mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
620e68b9b5
* Added hps port * Update version database * added quotes around variables in portfile.cmake * Updated versions/h-/hps.json * add usage file Co-authored-by: Prateek Joshi <empty@empty.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
The package hps is header only and can be used from CMake via:
|
|
|
|
find_path(HPS_INCLUDE_DIRS "hps/hps.h")
|
|
target_include_directories(main PRIVATE ${HPS_INCLUDE_DIRS})
|