Skip to content

Commit

Permalink
Remove Courses folder from CPack
Browse files Browse the repository at this point in the history
  • Loading branch information
martensm committed Jun 23, 2017
1 parent 109fcf5 commit d51c33f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ elseif(APPLE)
cp -r "${SM_ROOT_DIR}/BackgroundTransitions" .\;
cp -r "${SM_ROOT_DIR}/BGAnimations" .\;
cp -r "${SM_ROOT_DIR}/Characters" .\;
cp -r "${SM_ROOT_DIR}/Courses" .\;
cp -r "${SM_ROOT_DIR}/Data" .\;
cp -r "${SM_ROOT_DIR}/Docs" .\;
cp -r "${SM_ROOT_DIR}/Manual" .\;
Expand Down Expand Up @@ -636,7 +635,6 @@ if(NOT APPLE)
install(DIRECTORY "${SM_ROOT_DIR}/Themes" DESTINATION "${SM_INSTALL_DESTINATION}")
install(DIRECTORY "${SM_ROOT_DIR}/Characters" DESTINATION "${SM_INSTALL_DESTINATION}")
install(DIRECTORY "${SM_ROOT_DIR}/Scripts" DESTINATION "${SM_INSTALL_DESTINATION}")
install(DIRECTORY "${SM_ROOT_DIR}/Courses" DESTINATION "${SM_INSTALL_DESTINATION}")
install(DIRECTORY "${SM_ROOT_DIR}/BackgroundEffects" DESTINATION "${SM_INSTALL_DESTINATION}")
install(DIRECTORY "${SM_ROOT_DIR}/Data" DESTINATION "${SM_INSTALL_DESTINATION}")
install(DIRECTORY "${SM_ROOT_DIR}/BackgroundTransitions" DESTINATION "${SM_INSTALL_DESTINATION}")
Expand Down

0 comments on commit d51c33f

Please sign in to comment.