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

* Fixing failing installation on linux

parent 1773333f
No related branches found
No related tags found
No related merge requests found
......@@ -106,4 +106,3 @@ file(RELATIVE_PATH REL_INCLUDE_DIR "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}" "${CMAKE_
set(CONF_INCLUDE_DIRS "./" "./")
configure_file(NPLibConfig.cmake.in "${PROJECT_BINARY_DIR}/NPLibConfig.cmake" @ONLY)
install(SCRIPT scripts/post_install.cmake ${DETLIST})
......@@ -5,3 +5,4 @@ target_link_libraries(npanalysis ${ROOT_LIBRARIES} NPCore NPInitialConditions NP
add_executable(nponline nponline.cxx)
target_link_libraries(nponline ${ROOT_LIBRARIES} NPCore)
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.
Please register or to comment