diff --git a/CMakeLists.txt b/CMakeLists.txt index 6427f53..ba2cf60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,6 +120,8 @@ if(ARCHEUS_STD_SDL) PUBLIC ${SDL2_INCLUDE_DIRS} PUBLIC ${SDL2IMAGE_INCLUDE_DIRS} ) + + target_link_libraries(archeus_std PUBLIC ${SDL2_LIBRARIES} SDL2_image::SDL2_image) endif() if(ARCHEUS_STD_OPENGL)