blob: 8a9f12b90934b366a0ad48b10d2ee01836610fb3 (
plain)
1
2
3
|
# 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})
|