diff --git a/CMakeLists.txt b/CMakeLists.txt index db10b0f..a003e48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,8 +66,8 @@ endif (MINGW) set (CMAKE_INCLUDE_PATH ${CMAKE_INSTALL_PREFIX}/include) set (CMAKE_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib) -find_package (Iconv REQUIRED) find_package (Intl REQUIRED) +find_package (Iconv REQUIRED) find_package (PkgConfig REQUIRED) pkg_search_module (SDL2 REQUIRED sdl2) @@ -93,8 +93,8 @@ set_property (TARGET SDL_kitchensink PROPERTY IMPORTED_LOCATION ${CMAKE_INSTALL_ ########################### target_link_libraries (planetblupi PUBLIC - ${Iconv_LIBRARIES} ${Intl_LIBRARIES} + ${Iconv_LIBRARIES} ${SDL2_STATIC_LIBRARIES} ${SDL2_MIXER_STATIC_LIBRARIES} ${SDL2_IMAGE_STATIC_LIBRARIES}