| | |
| | | target_link_libraries( |
| | | license_reader_test |
| | | license++_static |
| | | boost_filesystem |
| | | boost_test |
| | | ${Boost_LIBRARIES} |
| | | ) |
| | | |
| | | #SET_TARGET_PROPERTIES(license_reader_test PROPERTIES LINK_SEARCH_START_STATIC ON) |
| | |
| | | target_link_libraries( |
| | | os_linux_test |
| | | os |
| | | ${Boost_test_LIBRARY} |
| | | ${Boost_LIBRARIES} |
| | | ) |
| | | |
| | | #add_dependencies( os_linux_test ) |
| | | #SET_TARGET_PROPERTIES(os_linux_test PROPERTIES LINK_SEARCH_START_STATIC ON) |
| | | ADD_TEST(os_linux_test ${EXECUTABLE_OUTPUT_PATH}/os_linux_test) |
| | | |
| | | ENDIF(WIN32) |
| | | ENDIF(WIN32) |
| | | |
| | | install(TARGETS license_reader_test RUNTIME DESTINATION bin) |