mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Removed extra PATTERNs from cmakelists
This commit is contained in:
parent
431cffac11
commit
7e5ccc65bd
1 changed files with 5 additions and 5 deletions
|
|
@ -5,12 +5,12 @@ endforeach()
|
|||
|
||||
# Perform installation minus scripts
|
||||
if(WIN32)
|
||||
file(COPY "game" "source" DESTINATION "${TORQUE_APP_ROOT_DIRECTORY}" PATTERN "*.tscript" EXCLUDE PATTERN
|
||||
PATTERN "*.in" EXCLUDE PATTERN)
|
||||
file(COPY "game" "source" DESTINATION "${TORQUE_APP_ROOT_DIRECTORY}" PATTERN "*.tscript" EXCLUDE
|
||||
PATTERN "*.in" EXCLUDE)
|
||||
else()
|
||||
file(COPY "game" "source" DESTINATION "${TORQUE_APP_ROOT_DIRECTORY}" PATTERN "*.tscript" EXCLUDE PATTERN
|
||||
PATTERN "*.in" EXCLUDE PATTERN
|
||||
PATTERN "*.dll" EXLCUDE PATTERN)
|
||||
file(COPY "game" "source" DESTINATION "${TORQUE_APP_ROOT_DIRECTORY}" PATTERN "*.tscript" EXCLUDE
|
||||
PATTERN "*.in" EXCLUDE
|
||||
PATTERN "*.dll" EXLCUDE)
|
||||
endif(WIN32)
|
||||
|
||||
# Enumerate scripts and install with extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue