mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #1922 from elfprince13/perProjectCmakes
Optionally include a CMake configurations file from the project directory
This commit is contained in:
commit
08432978bf
|
|
@ -743,6 +743,12 @@ if(MSVC)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Project-specific configuration:
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
|
include(${TORQUE_APP_DIR}/${PROJECT_NAME}.cmake OPTIONAL)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Installation
|
# Installation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue