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.
WIN32
WINDOWS
1 parent 9699bca commit c058e6bCopy full SHA for c058e6b
CMakeLists.txt
@@ -21,7 +21,7 @@ add_library(SDL_native_midi SHARED
21
)
22
target_include_directories(SDL_native_midi PRIVATE ${SDL3_INCLUDE_DIRS})
23
target_link_libraries(SDL_native_midi PRIVATE ${SDL3_LIBRARIES})
24
-if(WINDOWS)
+if(WIN32)
25
target_link_libraries(SDL_native_midi PRIVATE winmm)
26
endif()
27
if(APPLE)
0 commit comments