mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 22:59:24 +00:00
Merge pull request #1348 from Azaezel/alpha41/libSupport
suport augs for modules that include full libraries
This commit is contained in:
commit
e503bccb2e
2 changed files with 52 additions and 8 deletions
|
|
@ -33,7 +33,9 @@ endmacro()
|
|||
|
||||
function(installTemplate templateName)
|
||||
message("Prepare Template(${templateName}) install...")
|
||||
|
||||
|
||||
file(COPY "${CMAKE_SOURCE_DIR}/Templates/${templateName}/" DESTINATION "${TORQUE_APP_ROOT_DIRECTORY}" FILES_MATCHING PATTERN "*.in")
|
||||
file(COPY "${CMAKE_SOURCE_DIR}/Templates/${templateName}/" DESTINATION "${TORQUE_APP_ROOT_DIRECTORY}" FILES_MATCHING PATTERN "*.cmake")
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/Templates/${templateName}")
|
||||
endfunction()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue