mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 14:30:40 +00:00
Optionally include a CMake configurations file from the project directory to support configuration changes that don't have to alter the whole engine repo
This commit is contained in:
parent
6164f36c47
commit
f05a552c61
1 changed files with 6 additions and 0 deletions
|
|
@ -742,6 +742,12 @@ if(MSVC)
|
|||
endforeach()
|
||||
endif()
|
||||
|
||||
###############################################################################
|
||||
# Project-specific configuration:
|
||||
###############################################################################
|
||||
|
||||
include(${TORQUE_APP_DIR}/${PROJECT_NAME}.cmake OPTIONAL)
|
||||
|
||||
###############################################################################
|
||||
# Installation
|
||||
###############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue