mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 02:27:09 +01:00
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
The package pangolin is compatible with built-in CMake targets:
|
|
|
|
find_package(Pangolin CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE pangolin)
|
|
target_include_directories(main PRIVATE ${Pangolin_INCLUDE_DIRS})
|