Skip to content

Commit

Permalink
Merge pull request #30 from ckuethe/install_target
Browse files Browse the repository at this point in the history
add an "install" target
  • Loading branch information
wcjohns committed Apr 14, 2024
2 parents 34547a6 + 7747db7 commit a1472b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -934,3 +934,7 @@ configure_file(
${PROJECT_BINARY_DIR}/data/sandia.decay.xml
COPYONLY
)

INSTALL(TARGETS InterSpecExe DESTINATION bin)
INSTALL(TARGETS InterSpecLib DESTINATION lib)
INSTALL(DIRECTORY data example_spectra InterSpec_resources DESTINATION share/interspec)

0 comments on commit a1472b7

Please sign in to comment.