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

* Restoring missing line in Utility/CMakeLists.txt

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