diff options
author | Oz Linden <oz@lindenlab.com> | 2018-09-05 18:07:35 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-09-05 18:07:35 -0400 |
commit | 49c483eeb350f3620f26ce933007c3d4e9f66d4f (patch) | |
tree | d14383281a926d7348f6775a0be5c0a79b4effaf /indra/media_plugins/libvlc/CMakeLists.txt | |
parent | a906ccd478c4aad1780d1f6e9a4a7926ff8934fb (diff) |
add more block structure to TeamCity log output for components
Diffstat (limited to 'indra/media_plugins/libvlc/CMakeLists.txt')
-rw-r--r-- | indra/media_plugins/libvlc/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/media_plugins/libvlc/CMakeLists.txt b/indra/media_plugins/libvlc/CMakeLists.txt index d3e9243069..7946e7ccfc 100644 --- a/indra/media_plugins/libvlc/CMakeLists.txt +++ b/indra/media_plugins/libvlc/CMakeLists.txt @@ -48,7 +48,8 @@ set(media_plugin_libvlc_SOURCE_FILES add_library(media_plugin_libvlc SHARED ${media_plugin_libvlc_SOURCE_FILES} -) + ) +buildscripts_block(media_plugin_libvlc) target_link_libraries(media_plugin_libvlc ${LLPLUGIN_LIBRARIES} |