mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 22:28:25 -05:00
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
|
The package asiosdk provides CMake integration:
|
||
|
|
||
|
find_package(asiosdk REQUIRED)
|
||
|
target_include_directories(<my_target> PRIVATE ${ASIOSDK_INCLUDE_DIRS})
|