mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
4 lines
228 B
Plaintext
4 lines
228 B
Plaintext
|
# 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})
|