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