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

* Fixing flags order in Utility/CMakeLists.txt

parent a77b5834
No related branches found
No related tags found
No related merge requests found
add_executable(nptool-installer nptool-installer.cxx) add_executable(nptool-installer nptool-installer.cxx)
target_link_libraries(nptool-installer ${ROOT_LIBRARIES} NPCore -lThread -lGraf -lHist -lMatrix) target_link_libraries(nptool-installer ${ROOT_LIBRARIES} -lThread -lGraf -lHist -lMatrix NPCore)
add_executable(npanalysis npanalysis.cxx) add_executable(npanalysis npanalysis.cxx)
target_link_libraries(npanalysis ${ROOT_LIBRARIES} NPCore -lThread -lGraf -lHist -lMatrix) target_link_libraries(npanalysis ${ROOT_LIBRARIES} -lThread -lGraf -lHist -lMatrix NPCore)
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)
install(PROGRAMS nptool-installer npanalysis nponline DESTINATION ${CMAKE_BINARY_OUTPUT_DIRECTORY}) install(PROGRAMS nptool-installer npanalysis nponline DESTINATION ${CMAKE_BINARY_OUTPUT_DIRECTORY})
......
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