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:
Thomas "elfprince13" Dickerson 2017-01-11 18:03:21 -05:00
parent 6164f36c47
commit f05a552c61

View file

@ -742,6 +742,12 @@ if(MSVC)
endforeach() endforeach()
endif() endif()
###############################################################################
# Project-specific configuration:
###############################################################################
include(${TORQUE_APP_DIR}/${PROJECT_NAME}.cmake OPTIONAL)
############################################################################### ###############################################################################
# Installation # Installation
############################################################################### ###############################################################################