summaryrefslogtreecommitdiffstats
path: root/q15/cmake/modules/template_export_library.cmake
diff options
context:
space:
mode:
authorDenis Kozadaev <denis@dilos.org>2020-03-28 14:31:25 +0300
committerSlávek Banko <slavek.banko@axis.cz>2020-12-02 19:51:24 +0100
commitafd39a42465117e8926ad7a858dc65c9bf654fa0 (patch)
treeafbe8c4d9805902061830956bf6cd57674e196d2 /q15/cmake/modules/template_export_library.cmake
parent36d0f854d7fc6415b31e262d0f16c91159c41b4a (diff)
downloadtdegames-afd39a42.tar.gz
tdegames-afd39a42.zip
fifteen puzzle game
Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit b4978e97409c609686dc6eb97b150ed2e677ff13)
Diffstat (limited to 'q15/cmake/modules/template_export_library.cmake')
-rw-r--r--q15/cmake/modules/template_export_library.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/q15/cmake/modules/template_export_library.cmake b/q15/cmake/modules/template_export_library.cmake
new file mode 100644
index 00000000..4d6cb3ff
--- /dev/null
+++ b/q15/cmake/modules/template_export_library.cmake
@@ -0,0 +1,7 @@
+add_library( @_target@ @_type@ IMPORTED )
+
+set_target_properties( @_target@ PROPERTIES
+ IMPORTED_LINK_INTERFACE_LIBRARIES "@_shared_libs@"
+ IMPORTED_LOCATION "@_location@"
+ IMPORTED_SONAME "@_soname@" )
+