Skip to content

Commit

Permalink
Merge pull request #168 from jmcarcell/cmakelists
Browse files Browse the repository at this point in the history
Add a CMakeLists.txt file to install the FCCee folder
  • Loading branch information
BrieucF authored Jun 15, 2024
2 parents 7991546 + 3bfa70d commit 25a73e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project(FCC-config)

include(GNUInstallDirs)

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

0 comments on commit 25a73e9

Please sign in to comment.