Arnaud Botella
2020-05-04 2ea363fc38c2d7ebd62d43f67236766b763453c5
1
2
3
4
5
6
7
8
9
10
 
ADD_EXECUTABLE(lccinspector inspector.cpp )
 
target_link_libraries(lccinspector 
     licensecc_static
     Boost::unit_test_framework 
     Boost::filesystem
     Boost::system)
 
install(TARGETS lccinspector RUNTIME DESTINATION bin/${LCC_PROJECT_NAME})