summaryrefslogtreecommitdiffstats
path: root/templates/tde_export_library.cmake
blob: 7e4ec26c53edbf44a2ae30523122101ef15aa777 (plain)
1
2
3
4
5
6
7
8
add_library( @_target@ @_type@ IMPORTED )

set_target_properties( @_target@ PROPERTIES
  INTERFACE_COMPILE_FEATURES "@_cxx_features@"
  IMPORTED_LINK_INTERFACE_LIBRARIES "@_shared_libs@"
  IMPORTED_LOCATION "@_location@"
  IMPORTED_SONAME "@_soname@" )