nancy.liao
2025-05-23 8553a8d63f97cfa8d64b5b2260e81f8c896a8398
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})