Skip to content

Commit

Permalink
Add install target
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Mar 20, 2024
1 parent 7e0fd84 commit 722f203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ _deps
*.root
*.slcio
build/*
install/*
.vscode
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ limitations under the License.
]]
project(CLDConfig)

include(GNUInstallDirs)

add_subdirectory(test)
enable_testing()

install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/CLDConfig/ DESTINATION ${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME})

0 comments on commit 722f203

Please sign in to comment.