mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 07:38:24 -05:00
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
|
The package sail provides CMake targets:
|
||
|
|
||
|
C libraries:
|
||
|
|
||
|
find_package(Sail CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE SAIL::sail)
|
||
|
|
||
|
C++ bindings:
|
||
|
|
||
|
find_package(SailC++ CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE SAIL::sail-c++)
|