Skip to content

Commit

Permalink
Don't hardcode scripts folder in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jun 15, 2016
1 parent d4fbac0 commit b67885c
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
@@ -1,4 +1,4 @@
install(DIRECTORY ${dfhack_SOURCE_DIR}/scripts
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DESTINATION ${DFHACK_DATA_DESTINATION}
FILES_MATCHING PATTERN "*.lua"
PATTERN "*.rb"
Expand Down

0 comments on commit b67885c

Please sign in to comment.