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 8fd3da3 commit d2aed69Copy full SHA for d2aed69
main/CMakeLists.txt
@@ -24,12 +24,6 @@ target_link_libraries(gridinit_cmd
24
gridinit-internals
25
${GLIB2_LIBRARIES} ${LIBEVENT_LIBRARIES})
26
27
-add_executable(gridinit_testcmd
28
- test_cmd.c)
29
-target_link_libraries(gridinit_testcmd
30
- gridinit-utils gridinit-internals
31
- ${GLIB2_LIBRARIES})
32
-
33
install(TARGETS gridinit gridinit_cmd
34
LIBRARY DESTINATION ${LD_LIBDIR}
35
PUBLIC_HEADER DESTINATION include
main/test_cmd.c
0 commit comments