We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac8628 commit 668be61Copy full SHA for 668be61
CMakeLists.txt
@@ -6,11 +6,13 @@ set( CMAKE_C_FLAGS "-Wall -Wextra" )
6
7
include_directories(.)
8
9
+add_library( argtable3 argtable3.c argtable3.h )
10
+
11
add_executable( hashstrings
12
hashstrings.c hashstrings.h
13
argtable3.c argtable3.h )
14
-target_link_libraries( hashstrings m config )
15
+target_link_libraries( hashstrings argtable3 m config )
16
17
set( CMAKE_INSTALL_PREFIX /usr )
18
install( TARGETS hashstrings
0 commit comments