Arnaud Botella
2020-05-04 c1b8845a268e92d28d07a41024442ef3a35a02c9
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})