|
|
@ -922,6 +922,7 @@ macro( tde_add_library _arg_target )
|
|
|
|
else( )
|
|
|
|
else( )
|
|
|
|
set( _location "${_destination}/${_output}" )
|
|
|
|
set( _location "${_destination}/${_output}" )
|
|
|
|
set( _soname "${_output}" )
|
|
|
|
set( _soname "${_output}" )
|
|
|
|
|
|
|
|
unset( _version )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_export_library.cmake "${PROJECT_BINARY_DIR}/export-${_target}.cmake" @ONLY )
|
|
|
|
configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_export_library.cmake "${PROJECT_BINARY_DIR}/export-${_target}.cmake" @ONLY )
|
|
|
|