| | |
| | | |
| | | include_directories(${Boost_INCLUDE_DIR}) |
| | | include_directories(${CMAKE_CURRENT_BINARY_DIR}) |
| | | link_directories ( ${Boost_LIBRARY_DIR} ) |
| | | |
| | | |
| | | ADD_LIBRARY( |
| | | license_generator_lib STATIC |
| | |
| | | target_link_libraries( |
| | | license_generator_lib |
| | | tools_base |
| | | license++_static |
| | | licensepp_static |
| | | $<$<CONFIG:Debug>:${Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG}> |
| | | $<$<NOT:$<CONFIG:Debug>>:${Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE}> |
| | | $<$<CONFIG:Debug>:${Boost_SYSTEM_LIBRARY_DEBUG}> |
| | |
| | | |
| | | install(TARGETS license_generator RUNTIME DESTINATION bin) |
| | | |
| | | #SET_TARGET_PROPERTIES(license_generator PROPERTIES LINK_SEARCH_START_STATIC ON) |
| | | #SET_TARGET_PROPERTIES(license_generator PROPERTIES LINK_SEARCH_END_STATIC ON) |