Skip to content

Commit

Permalink
cmake: fix location of SDL2::SDL2test imported library
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Sep 5, 2022
1 parent b6661c0 commit 08e8824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl2-config.cmake.in
Expand Up @@ -170,7 +170,7 @@ if(EXISTS "${_sdl2test_library}")
add_library(SDL2::SDL2test STATIC IMPORTED)
set_target_properties(SDL2::SDL2test
PROPERTIES
IMPORTED_LOCATION "_sdl2test_library"
IMPORTED_LOCATION "${_sdl2test_library}"
INTERFACE_INCLUDE_DIRECTORIES "${SDL2_INCLUDE_DIR}"
IMPORTED_LINK_INTERFACE_LANGUAGES "C"
)
Expand Down

0 comments on commit 08e8824

Please sign in to comment.