diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-11 01:55:37 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 13:26:58 +0200 |
| commit | 2a847be412bd1dc66e53ea4652cc42f24a412d0f (patch) | |
| tree | 1a5c9f1772a53c4ffdab753a45e51796010d3bfa /modules/template_export_library.cmake | |
| parent | c3b52f0e804a75c535f56c550354c0f894d7e960 (diff) | |
| download | tde-cmake-2a847be412bd1dc66e53ea4652cc42f24a412d0f.tar.gz tde-cmake-2a847be412bd1dc66e53ea4652cc42f24a412d0f.zip | |
Move templates to a separate directory and rename to the tde_ prefix.
Create the TDE_CMAKE_ROOT and TDE_CMAKE_TEMPLATES variables.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'modules/template_export_library.cmake')
| -rw-r--r-- | modules/template_export_library.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/template_export_library.cmake b/modules/template_export_library.cmake deleted file mode 100644 index 4d6cb3f..0000000 --- a/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@" ) - |
