Browse Source

Merge pull request #1922 from elfprince13/perProjectCmakes

Optionally include a CMake configurations file from the project directory
Areloch 8 năm trước cách đây
mục cha
commit
08432978bf
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      Tools/CMake/torque3d.cmake

+ 6 - 0
Tools/CMake/torque3d.cmake

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