Skip to content

Commit

Permalink
Install data to CDOGS_DATA_DIR
Browse files Browse the repository at this point in the history
utils.c is searching data files in CDOGS_DATA_DIR, so make sure
that the files are also installed there (similar to CDOGS_DOC_DIR).
  • Loading branch information
reinerh committed Feb 13, 2024
1 parent 37ec128 commit df530f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ install(DIRECTORY
${CMAKE_SOURCE_DIR}/graphics
${CMAKE_SOURCE_DIR}/music
${CMAKE_SOURCE_DIR}/sounds
DESTINATION ${DATA_INSTALL_DIR})
DESTINATION ${CDOGS_DATA_DIR})

if(NOT DEFINED CDOGS_DOC_DIR)
set(CDOGS_DOC_DIR "${DATA_INSTALL_DIR}/doc")
Expand Down

0 comments on commit df530f0

Please sign in to comment.