Arnaud Botella
2020-05-04 c1b8845a268e92d28d07a41024442ef3a35a02c9
Install lccinspector with lccgen (#88)

* Update CMakeLists.txt

* Update CMakeLists.txt

Co-authored-by: Gabriele Contini <gcontini@users.noreply.github.com>
1个文件已修改
6 ■■■■■ 已修改文件
src/inspector/CMakeLists.txt 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/inspector/CMakeLists.txt
@@ -3,6 +3,8 @@
target_link_libraries(lccinspector 
     licensecc_static
      Boost::unit_test_framework
     Boost::unit_test_framework
     Boost::filesystem
     Boost::system)
     Boost::system)
install(TARGETS lccinspector RUNTIME DESTINATION bin/${LCC_PROJECT_NAME})