All pastes #2052478 Raw Edit

Something

public text v1 · immutable
#2052478 ·published 2011-05-01 09:24 UTC
rendered paste body
project(unittests)

add_library(testMiniExample SHARED miniexample.cpp)

add_executable(${PROJECT_NAME} main.cpp)

target_link_libraries(${PROJECT_NAME}
		      ${Boost_SYSTEM_LIBRARY} ${Boost_SIGNALS_LIBRARY}
		      ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
		      testMiniExample)

install(TARGETS ${PROJECT_NAME} DESTINATION bin)