Merge branch 'perProjectCmakes'

This commit is contained in:
Thomas "elfprince13" Dickerson 2017-01-11 18:03:48 -05:00
commit 7cf20413c3

View file

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