mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:19:05 +08:00
4ebf188da4
* [sdl2pp] Fix find_package error * [sdl2pp] Update to version 0.16.1
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
The package sdl2pp provides CMake targets:
|
|
|
|
find_package(SDL2PP REQUIRED)
|
|
target_include_directories(main PRIVATE ${SDL2PP_INCLUDE_DIRS})
|