You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
207 B
8 lines
207 B
14 years ago
|
add_library( @_target@ @_type@ IMPORTED )
|
||
|
|
||
|
set_target_properties( @_target@ PROPERTIES
|
||
|
IMPORTED_LINK_INTERFACE_LIBRARIES "@_shared_libs@"
|
||
|
IMPORTED_LOCATION "@_location@"
|
||
|
IMPORTED_SONAME "@_soname@" )
|
||
|
|