mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
* Feature: Re-add NFD support.
This commit is contained in:
parent
c672a27e76
commit
2f1d21eea6
3 changed files with 28 additions and 1 deletions
|
|
@ -110,6 +110,10 @@ torqueAddSourceDirectories("console")
|
|||
# Handle Platform
|
||||
torqueAddSourceDirectories("platform" "platform/threads" "platform/async"
|
||||
"platform/input" "platform/output")
|
||||
|
||||
torqueAddSourceDirectories("platform/nativeDialogs")
|
||||
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} nativeFileDialogs)
|
||||
|
||||
# Handle T3D
|
||||
torqueAddSourceDirectories("T3D/fps" "T3D/fx" "T3D/vehicles" "T3D/physics"
|
||||
|
|
@ -282,7 +286,7 @@ foreach (TORQUE_MODULE_PATH ${TORQUE_MODULE_PATHS})
|
|||
include(${TORQUE_MODULE_SCRIPT})
|
||||
|
||||
# Add this script's collected files to our Engine group
|
||||
source_group(TREE "${CMAKE_SOURCE_DIR}/Engine/source" PREFIX "Engine" FILES ${TORQUE_SOURCE_FILES})
|
||||
source_group(TREE "${CMAKE_SOURCE_DIR}/Engine" PREFIX "Engine" FILES ${TORQUE_SOURCE_FILES})
|
||||
|
||||
set(TORQUE_SOURCE_FILES_TEMPORARY ${TORQUE_SOURCE_FILES_TEMPORARY} ${TORQUE_SOURCE_FILES})
|
||||
set(TORQUE_SOURCE_FILES "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue