فهرست منبع

Optionally include a CMake configurations file from the project directory to support configuration changes that don't have to alter the whole engine repo

Thomas "elfprince13" Dickerson 8 سال پیش
والد
کامیت
f05a552c61
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      Tools/CMake/torque3d.cmake

+ 6 - 0
Tools/CMake/torque3d.cmake

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