From 859ecb6b4b9845006c14a20da21f5ec8c4fb085e Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 25 Jan 2023 19:01:44 +0100 Subject: Test creating libraries from CMake project --- etc/imports/gtest.TARGETS | 6 ++++++ etc/imports/libs.TARGETS | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 etc/imports/gtest.TARGETS create mode 100644 etc/imports/libs.TARGETS (limited to 'etc/imports') diff --git a/etc/imports/gtest.TARGETS b/etc/imports/gtest.TARGETS new file mode 100644 index 0000000..a9b2217 --- /dev/null +++ b/etc/imports/gtest.TARGETS @@ -0,0 +1,6 @@ +{ "tree": + { "type": "install" + , "dirs": [[["TREE", null, "."], "googletest"]] + , "tainted": ["test"] + } +} diff --git a/etc/imports/libs.TARGETS b/etc/imports/libs.TARGETS new file mode 100644 index 0000000..f455122 --- /dev/null +++ b/etc/imports/libs.TARGETS @@ -0,0 +1,3 @@ +{ "tree": + {"type": "tree", "deps": [["@", "gtest", "", "tree"]], "tainted": ["test"]} +} -- cgit v1.2.3