File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ project("spackexample" VERSION 0.1.0)
1313# REQUIRED
1414# )
1515
16- add_library (spackexamplelib filesystem/filesystem.cpp flatset/flatset.cpp yamlParser/yamlParser.cpp )
16+ # add_library(spackexamplelib filesystem/filesystem.cpp flatset/flatset.cpp yamlParser/yamlParser.cpp)
1717
1818# set_target_properties(spackexamplelib
1919# PROPERTIES
@@ -27,7 +27,7 @@ add_library(spackexamplelib filesystem/filesystem.cpp flatset/flatset.cpp yamlPa
2727add_executable (spackexample main.cpp )
2828
2929# target_link_libraries(spackexample spackexamplelib)
30- # target_link_libraries(spackexamplelib Boost::filesystem yaml-cpp )
30+ # target_link_libraries(spackexamplelib Boost::filesystem ${YAML_CPP_LIBRARIES} )
3131
3232# target_include_directories(spackexamplelib
3333# PRIVATE
@@ -39,7 +39,8 @@ add_executable(spackexample main.cpp)
3939
4040# Create install targets
4141include (GNUInstallDirs )
42- install (TARGETS spackexample spackexamplelib
42+ install (TARGETS spackexample
43+ # install(TARGETS spackexample spackexamplelib
4344 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
4445 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
4546 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
You can’t perform that action at this time.
0 commit comments