summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/import/TARGETS.catch222
1 files changed, 21 insertions, 1 deletions
diff --git a/etc/import/TARGETS.catch2 b/etc/import/TARGETS.catch2
index 1182d854..1e83d329 100644
--- a/etc/import/TARGETS.catch2
+++ b/etc/import/TARGETS.catch2
@@ -40,13 +40,33 @@
, "TOOLCHAIN_CONFIG"
]
}
+, "catch2-main":
+ { "type": "export"
+ , "target": "catch2-main_internal"
+ , "flexible_config":
+ [ "ADD_CFLAGS"
+ , "ADD_CXXFLAGS"
+ , "AR"
+ , "ARCH"
+ , "CC"
+ , "CFLAGS"
+ , "CXX"
+ , "CXXFLAGS"
+ , "DEBUG"
+ , "ENV"
+ , "HOST_ARCH"
+ , "OS"
+ , "TARGET_ARCH"
+ , "TOOLCHAIN_CONFIG"
+ ]
+ }
, "catch2_internal":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["Catch2"]
, "hdrs": [["./", "src/catch2", "hdrs"], "catch2-config-header"]
, "srcs": [["./", "src/catch2", "srcs"]]
}
-, "catch2-main":
+, "catch2-main_internal":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["Catch2Main"]
, "hdrs": ["catch2-config-header"]