gcontini
2020-10-10 b8b8f8c6c35f6806f3dd735bc0c21be392ed9274
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})