clean up folder display of optional core modules

This commit is contained in:
AzaezelX 2023-09-17 17:15:43 -05:00
parent ec8a8290b4
commit a36a35c39e
3 changed files with 7 additions and 5 deletions

View file

@ -8,5 +8,5 @@ if(TORQUE_AFX_ENABLED)
set(TORQUE_SOURCE_FILES ${TORQUE_SOURCE_FILES} ${TORQUE_AFX_SOURCES})
set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_AFX_ENABLED)
source_group("Modules/AFX" ${TORQUE_AFX_SOURCES})
source_group(TREE "${CMAKE_SOURCE_DIR}/Engine/source/afx/" PREFIX "Modules/AFX" FILES ${TORQUE_AFX_SOURCES})
endif()