Set NFD_PORTAL to true

This commit is contained in:
CocoSimone
2023-02-21 16:14:06 +01:00
parent 03253de0a7
commit c3a036f76c

View File

@@ -38,6 +38,8 @@ include_directories(
${SDL2_INCLUDE_DIRS} ${SDL2_INCLUDE_DIRS}
) )
set(NFD_PORTAL ON CACHE BOOL "Use dbus for native file dialog instead of gtk")
add_compile_definitions(SIMD_SUPPORT) add_compile_definitions(SIMD_SUPPORT)
add_compile_options(-mssse3 -msse4.1) add_compile_options(-mssse3 -msse4.1)