mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
3 lines
111 B
CMake
3 lines
111 B
CMake
find_path(PICOSHA2_INCLUDE_DIRECTORY picosha2.h REQUIRED)
|
|
include_directories("${PICOSHA2_INCLUDE_DIRECTORY}")
|