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/llmessage/CMakeLists.txt | |
parent | a906ccd478c4aad1780d1f6e9a4a7926ff8934fb (diff) |
add more block structure to TeamCity log output for components
Diffstat (limited to 'indra/llmessage/CMakeLists.txt')
-rw-r--r-- | indra/llmessage/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index e0922c0667..ab59c8bb40 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -203,6 +203,7 @@ set_source_files_properties(${llmessage_HEADER_FILES} list(APPEND llmessage_SOURCE_FILES ${llmessage_HEADER_FILES}) add_library (llmessage ${llmessage_SOURCE_FILES}) +buildscripts_block(llmessage) if (LINUX) target_link_libraries( |