mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
4be7ab52e8
* Fix exported pc file * Fix sdl2 import * Move Find module to 'share/${PORT}' * Fix usage instructions * Trim dependencies patch * Update versions
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
The package sdl2pp provides CMake variables:
|
|
|
|
find_package(SDL2PP REQUIRED)
|
|
target_include_directories(main PRIVATE ${SDL2PP_INCLUDE_DIRS})
|
|
target_link_libraries(main PRIVATE ${SDL2PP_LIBRARIES})
|