mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
clean up folder display of optional core modules
This commit is contained in:
parent
ec8a8290b4
commit
a36a35c39e
3 changed files with 7 additions and 5 deletions
|
|
@ -4,8 +4,8 @@ option(TORQUE_TOOLS "Enable Torque Tools" ON)
|
|||
if(TORQUE_TOOLS)
|
||||
message("Enabling Torque Tools Module")
|
||||
|
||||
file(GLOB TORQUE_TOOLS_SOURCES "gui/editor/*.cpp" "gui/worldEditor/*.cpp" "gui/worldEditor/tools/*.cpp"
|
||||
"gui/editor/inspector/*.cpp")
|
||||
file(GLOB_RECURSE TORQUE_TOOLS_SOURCES "gui/editor/*.cpp" "gui/worldEditor/*.cpp")
|
||||
set(TORQUE_SOURCE_FILES ${TORQUE_SOURCE_FILES} ${TORQUE_TOOLS_SOURCES})
|
||||
set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_TOOLS)
|
||||
source_group(TREE "${CMAKE_SOURCE_DIR}/Engine/source/gui/" PREFIX "Modules/TOOLS" FILES ${TORQUE_TOOLS_SOURCES})
|
||||
endif(TORQUE_TOOLS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue