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:
marauder2k7 2026-06-20 12:19:14 +01:00
parent 392df11e2b
commit 00f8e08025
20 changed files with 87 additions and 2633 deletions

View file

@ -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")