vcpkg/ports/try-catcher/usage

4 lines
228 B
Plaintext
Raw Normal View History

2024-02-29 09:16:45 +08:00
# This package is a single header. Add this to your CMakeLists.txt after declaring the project.
find_path(TRY_CATCHER_INCLUDE_DIRS "TryCatcher.h")
target_include_directories(${PROJECT_NAME} PRIVATE ${TRY_CATCHER_INCLUDE_DIRS})