vcpkg/ports/half/usage

5 lines
159 B
Plaintext
Raw Normal View History

2024-06-21 16:04:34 +08:00
half is header-only and can be used from CMake via:
find_path(HALF_INCLUDE_DIRS "half.hpp")
target_include_directories(main PRIVATE ${HALF_INCLUDE_DIRS})