summaryrefslogtreecommitdiffstats
path: root/cmake/modules/template_export_library.cmake
diff options
context:
space:
mode:
authorAutomated System <kb9vqf@pearsoncomputing.net>2011-11-03 10:29:42 -0500
committerAutomated System <kb9vqf@pearsoncomputing.net>2011-11-03 10:29:42 -0500
commitb8c01b86d74a6ae47168616919c16adb3c311593 (patch)
treec58b3a7c64c9150c598e008be83a94917f31035c /cmake/modules/template_export_library.cmake
parentc5b07b63bc03726d2ae78086bc0023af5048bfb8 (diff)
downloadother-b8c01b86d74a6ae47168616919c16adb3c311593.tar.gz
other-b8c01b86d74a6ae47168616919c16adb3c311593.zip
Removed admin and cmake folders as they are part of a different repository
Diffstat (limited to 'cmake/modules/template_export_library.cmake')
-rw-r--r--cmake/modules/template_export_library.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake/modules/template_export_library.cmake b/cmake/modules/template_export_library.cmake
deleted file mode 100644
index 4d6cb3f..0000000
--- a/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@" )
-