Fixed some stuff for linux

This commit is contained in:
Lauchmelder23 2021-04-24 14:35:49 +02:00
parent ba78ffb55a
commit 8ff0978e6b
107 changed files with 8097 additions and 13 deletions

View file

@ -22,15 +22,15 @@ add_library(sdlu
target_include_directories(sdlu PUBLIC
"include"
SDL2::SDL2
${SDL2_INCLUDE_DIRS}
sdl2_gfx
)
target_link_libraries(sdlu PUBLIC
sdl2_gfx
SDL2::SDL2 SDL2::SDL2main
SDL2 SDL2main
)
if(BUILD_EXAMPLES)
add_subdirectory(examples)
endif()
endif()