Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Alan <[email protected]>
  • Loading branch information
realSquidCoder and lethosor authored Dec 27, 2024
1 parent c628e3b commit af7c803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PROJECT (stonesense)
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules)

include_directories (${CMAKE_SOURCE_DIR})
install(DIRECTORY ${CMAKE_SOURCE_DIR}/plugins/stonesense/configs/
DESTINATION "${DFHACK_DATA_DESTINATION}/data/dfhack-config-defaults")
install(DIRECTORY ${CMAKE_SOURCE_DIR}/plugins/stonesense/configs/stonesense/
DESTINATION "${DFHACK_DATA_DESTINATION}/data/dfhack-config-defaults/stonesense/")

SET(PROJECT_SRCS
TrackingModes.cpp
Expand Down

0 comments on commit af7c803

Please sign in to comment.