Skip to content
Snippets Groups Projects
Commit 4ebbdb83 authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing CMake error in Utility/CMakeList.txt

parent 661647c7
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,9 @@ target_link_libraries(npanalysis ${ROOT_LIBRARIES} NPCore NPInitialConditions NP ...@@ -5,10 +5,9 @@ target_link_libraries(npanalysis ${ROOT_LIBRARIES} NPCore NPInitialConditions NP
add_executable(nponline nponline.cxx) add_executable(nponline nponline.cxx)
target_link_libraries(nponline ${ROOT_LIBRARIES} NPCore NPOnline) target_link_libraries(nponline ${ROOT_LIBRARIES} NPCore NPOnline)
add_executable(nptool-cleaner nptool-cleaner.cxx) add_executable(nptool-cleaner nptool-cleaner.cxx)
target_link_libraries(nptool-cleaner ${ROOT_LIBRARIES} NPCore -lThread -lGraf -lHist -lMatrix) target_link_libraries(nptool-cleaner ${ROOT_LIBRARIES} -lThread -lGraf -lHist -lMatrix NPCore )
add_executable(nptool-wizard nptool-wizard.cxx) add_executable(nptool-wizard nptool-wizard.cxx)
target_link_libraries(nptool-wizard ${ROOT_LIBRARIES} NPCore -lThread -lGraf -lHist -lMatrix) target_link_libraries(nptool-wizard ${ROOT_LIBRARIES} -lThread -lGraf -lHist -lMatrix NPCore )
install(PROGRAMS nptool-wizard nptool-cleaner nptool-installer npanalysis nponline DESTINATION ${CMAKE_BINARY_OUTPUT_DIRECTORY}) install(PROGRAMS nptool-wizard nptool-cleaner nptool-installer npanalysis nponline DESTINATION ${CMAKE_BINARY_OUTPUT_DIRECTORY})
install(SCRIPT ../scripts/post_install.cmake ${DETLIST}) install(SCRIPT ../scripts/post_install.cmake ${DETLIST})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment