Skip to content

Commit

Permalink
Merge pull request #1100 from emorrp1/build-include-campaigns
Browse files Browse the repository at this point in the history
Include Campaigns directory in CMake build
  • Loading branch information
TheCycoONE committed Jun 21, 2016
2 parents 81213ba + 6653d41 commit def56c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorsixTH/CMakeLists.txt
Expand Up @@ -209,7 +209,7 @@ IF(APPLE)
")
ELSE()
install(TARGETS CorsixTH RUNTIME DESTINATION CorsixTH)
install(DIRECTORY Lua Levels DESTINATION CorsixTH PATTERN "*.svn" EXCLUDE)
install(DIRECTORY Campaigns Lua Levels DESTINATION CorsixTH PATTERN "*.svn" EXCLUDE)
install(DIRECTORY Bitmap DESTINATION CorsixTH
FILES_MATCHING REGEX ".*\\.(tab|pal|dat|png)$"
PATTERN "*.svn" EXCLUDE)
Expand Down

0 comments on commit def56c6

Please sign in to comment.