Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenomidi committed Oct 5, 2020
1 parent c874fb6 commit 176465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ add_executable(asciidoc_export asciidoc_export.cpp)
target_link_libraries(asciidoc_export PRIVATE tabulate::tabulate)

add_executable(refresh_table refresh_table.cpp)
target_link_libraries(refresh_table PRIVATE tabulate::tabulate)
target_link_libraries(refresh_table PRIVATE tabulate::tabulate pthread)

0 comments on commit 176465d

Please sign in to comment.