Merge pull request #1922 from elfprince13/perProjectCmakes

Optionally include a CMake configurations file from the project directory
This commit is contained in:
Areloch 2017-01-25 21:06:05 -06:00 committed by GitHub
commit 08432978bf

View file

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