|
|
@ -1072,7 +1072,7 @@ macro( tde_add_library _arg_target )
|
|
|
|
endif( _embed AND ${CMAKE_VERSION} VERSION_EQUAL "2.8.12.0" )
|
|
|
|
endif( _embed AND ${CMAKE_VERSION} VERSION_EQUAL "2.8.12.0" )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|
if( _shared_libs )
|
|
|
|
if( _shared_libs )
|
|
|
|
string( TOUPPER ${CMAKE_BUILD_TYPE} _build_type )
|
|
|
|
string( TOUPPER "${CMAKE_BUILD_TYPE}" _build_type )
|
|
|
|
set_target_properties( ${_target} PROPERTIES
|
|
|
|
set_target_properties( ${_target} PROPERTIES
|
|
|
|
LINK_INTERFACE_LIBRARIES "${_shared_libs}"
|
|
|
|
LINK_INTERFACE_LIBRARIES "${_shared_libs}"
|
|
|
|
LINK_INTERFACE_LIBRARIES_${_build_type} "${_shared_libs}"
|
|
|
|
LINK_INTERFACE_LIBRARIES_${_build_type} "${_shared_libs}"
|
|
|
|