mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
make use of folder properties in cmake
This commit is contained in:
parent
637f54e859
commit
d58cf398a9
3 changed files with 22 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
cmake_minimum_required (VERSION 3.10.2)
|
||||
|
||||
set_property(GLOBAL PROPERTY USE_FOLDERS TRUE)
|
||||
set(TORQUE_LIBS_FOLDER_NAME "Libs" CACHE STRING "The solution folder name to place all libs under")
|
||||
set(TORQUE_APP_NAME "" CACHE STRING "the app name")
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/temp" CACHE PATH "default install path" FORCE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue