summaryrefslogtreecommitdiffstats
path: root/q15/cmake/modules/template_export_library.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'q15/cmake/modules/template_export_library.cmake')
-rw-r--r--q15/cmake/modules/template_export_library.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/q15/cmake/modules/template_export_library.cmake b/q15/cmake/modules/template_export_library.cmake
deleted file mode 100644
index 4d6cb3ff..00000000
--- a/q15/cmake/modules/template_export_library.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-add_library( @_target@ @_type@ IMPORTED )
-
-set_target_properties( @_target@ PROPERTIES
- IMPORTED_LINK_INTERFACE_LIBRARIES "@_shared_libs@"
- IMPORTED_LOCATION "@_location@"
- IMPORTED_SONAME "@_soname@" )
-