Fixed some stuff for linux
This commit is contained in:
parent
ba78ffb55a
commit
8ff0978e6b
107 changed files with 8097 additions and 13 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue