diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-11-20 16:35:29 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-12-02 19:51:30 +0100 |
| commit | 5bf9a46ed843025016c7b7be43a1ca8754d60b79 (patch) | |
| tree | 45b7243b7a03a2425da3c0117b858bbd31264a29 /q15/cmake/modules/template_export_library.cmake | |
| parent | afd39a42465117e8926ad7a858dc65c9bf654fa0 (diff) | |
| download | tdegames-5bf9a46e.tar.gz tdegames-5bf9a46e.zip | |
Some cleanup and cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 0683f09c4a902a13b826a06ef95377b6352801f8)
Diffstat (limited to 'q15/cmake/modules/template_export_library.cmake')
| -rw-r--r-- | q15/cmake/modules/template_export_library.cmake | 7 |
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@" ) - |
