Fixed some stuff for linux
This commit is contained in:
parent
ba78ffb55a
commit
8ff0978e6b
107 changed files with 8097 additions and 13 deletions
6
lib/sdl2_gfx/CMakeLists.txt
vendored
6
lib/sdl2_gfx/CMakeLists.txt
vendored
|
@ -11,10 +11,10 @@ add_library(sdl2_gfx
|
|||
)
|
||||
|
||||
target_include_directories(sdl2_gfx PUBLIC
|
||||
SDL2
|
||||
${SDL2_INCLUDE_DIRS}
|
||||
"include"
|
||||
)
|
||||
|
||||
target_link_libraries(sdl2_gfx PUBLIC
|
||||
SDL2::SDL2
|
||||
)
|
||||
SDL2
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue