owlps/owlps-aggregator/CMakeLists.txt

12 lines
319 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 owlps-aggregatord.c)
target_link_libraries(owlps-aggregatord.semistatic
libowlps.a
${EXTRA_LIBS})