owlps/owlps-aggregator/CMakeLists.txt

13 lines
338 B
CMake
Raw Normal View History

2013-05-18 19:39:36 +02:00
set(EXTRA_LIBS ${EXTRA_LIBS} pthread confuse)
add_executable(owlps-aggregatord owlps-aggregatord.c)
target_link_libraries(owlps-aggregatord
libowlps.so
${EXTRA_LIBS})
add_executable(owlps-aggregatord.semistatic EXCLUDE_FROM_ALL
owlps-aggregatord.c)
2013-05-18 19:39:36 +02:00
target_link_libraries(owlps-aggregatord.semistatic
libowlps.a
${EXTRA_LIBS})