6 lines
84 B
CMake
6 lines
84 B
CMake
# SDL2
|
|
if (UNIX)
|
|
add_subdirectory(src/lib/SDL)
|
|
else()
|
|
find_package(SDL2)
|
|
endif() |