mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 21:28:27 -05: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})
|