We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1a137 commit cd96098Copy full SHA for cd96098
CMakeLists.txt
@@ -15,7 +15,8 @@ if (PKG_CONFIG_FOUND)
15
endif()
16
17
add_subdirectory(nativefiledialog-extended)
18
-if(MINGW64_NT-10.0-19045)
+execute_process(COMMAND uname OUTPUT_VARIABLE uname)
19
+if(uname MATCHES "^MSYS" OR uname MATCHES "^MINGW")
20
link_libraries(nfd ole32 uuid shell32)
21
else()
22
link_libraries(nfd)
0 commit comments