diff options
Diffstat (limited to 'tests/test_cases/deps/components/TARGETS')
-rw-r--r-- | tests/test_cases/deps/components/TARGETS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_cases/deps/components/TARGETS b/tests/test_cases/deps/components/TARGETS index edd62db..62a599c 100644 --- a/tests/test_cases/deps/components/TARGETS +++ b/tests/test_cases/deps/components/TARGETS @@ -44,4 +44,12 @@ { "type": ["@", "rules", "CC", "install-with-deps"] , "targets": ["main-shared"] } +, "installed_static": + { "type": ["@", "rules", "CC", "install-with-deps"] + , "targets": ["combined_static_lib"] + } +, "installed_shared": + { "type": ["@", "rules", "CC", "install-with-deps"] + , "targets": ["combined_shared_lib"] + } } |