mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
add native file dialogs extended from vcpkg
also some required changes to filedialog.cpp to use the updated nfde commented and documented
This commit is contained in:
parent
392df11e2b
commit
00f8e08025
20 changed files with 87 additions and 2633 deletions
|
|
@ -28,8 +28,6 @@ if (APPLE)
|
|||
endif()
|
||||
endif (APPLE)
|
||||
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} nativeFileDialogs)
|
||||
|
||||
# Linux requires X11 & freetype
|
||||
if (UNIX AND NOT APPLE)
|
||||
set(TORQUE_LINK_LINUX ${TORQUE_LINK_LINUX} "X11" "Xft" "dl" "pthread")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue