summaryrefslogtreecommitdiffstats
path: root/qnetchess/cmake/modules/template_export_library.cmake
blob: 4d6cb3ff21a76d3cfc9042faf7b3683e990070be (plain)
1
2
3
4
5
6
7
add_library( @_target@ @_type@ IMPORTED )

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