mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-29 08:38:25 -05:00
5 lines
150 B
Plaintext
Executable File
5 lines
150 B
Plaintext
Executable File
The package sdl2pp provides CMake targets:
|
|
|
|
find_package(SDL2PP REQUIRED)
|
|
target_include_directories(main PRIVATE ${SDL2PP_INCLUDE_DIRS})
|