mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 05:18:25 -05:00
12 lines
270 B
Plaintext
Executable File
12 lines
270 B
Plaintext
Executable File
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++)
|