We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8be095 commit 5baa935Copy full SHA for 5baa935
1 file changed
lib/SDL2.cmake
@@ -75,7 +75,7 @@ else()
75
get_filename_component(FULL_LIB_PATH "${SDL2_LOCATION}" REALPATH)
76
ADD_IMPORTED_LIB(sdl2 "${SDL2_ROOT_DIR}/include" "${FULL_LIB_PATH}")
77
78
- file(GLOB SDL2_LIBS "${SDL2_ROOT_DIR}/lib/libSDL2-2*")
+ file(GLOB SDL2_LIBS "${SDL2_ROOT_DIR}/lib/libSDL2*")
79
add_target_copy_files("${SDL2_LIBS}")
80
endif()
81
0 commit comments