mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 05:34:04 -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++)
|