Update Catch to v2.13.10

This commit is contained in:
2024-08-10 14:03:30 -04:00
parent 30e583b1d4
commit 4d4ab09395
8 changed files with 17 additions and 13 deletions

View File

@@ -2510,7 +2510,7 @@
"DEBUG=1",
"$(inherited)",
);
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/../../deps/Catch2/single_include\"";
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/../../deps/Catch2/single_include/catch2\"";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = (
"-lboost_system",
@@ -2524,7 +2524,7 @@
91CC17361B421C0A003D9A69 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/../../deps/Catch2/single_include\"";
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/../../deps/Catch2/single_include/catch2\"";
LIBRARY_SEARCH_PATHS = "$(inherited)";
PRODUCT_NAME = "$(TARGET_NAME)";
};