mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
056a7303b0
Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
alpaka provides CMake targets:
|
|
|
|
find_package(alpaka CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE alpaka::alpaka)
|