consolidate file related functions, add nativefiledialog-extended to build

This commit is contained in:
scawful
2025-01-06 13:21:28 -05:00
parent fdce133e39
commit b3bc05e620
17 changed files with 156 additions and 177 deletions

View File

@@ -34,6 +34,8 @@ foreach (FILE ${YAZE_RESOURCE_FILES})
)
endforeach()
add_subdirectory(lib/nativefiledialog-extended)
if (YAZE_BUILD_APP)
include(app/app.cmake)
endif()