4 lines
103 B
CMake
4 lines
103 B
CMake
add_subdirectory(SDL)
|
|
|
|
add_library(vendor INTERFACE)
|
|
target_link_libraries(vendor INTERFACE SDL3::SDL3) |