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/mac_crash_logger | |
parent | a906ccd478c4aad1780d1f6e9a4a7926ff8934fb (diff) |
add more block structure to TeamCity log output for components
Diffstat (limited to 'indra/mac_crash_logger')
-rw-r--r-- | indra/mac_crash_logger/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/mac_crash_logger/CMakeLists.txt b/indra/mac_crash_logger/CMakeLists.txt index f6c4dfb59d..f62bab5673 100644 --- a/indra/mac_crash_logger/CMakeLists.txt +++ b/indra/mac_crash_logger/CMakeLists.txt @@ -58,6 +58,7 @@ list(APPEND mac_crash_logger_SOURCE_FILES ${mac_crash_logger_RESOURCE_FILES}) add_executable(mac-crash-logger MACOSX_BUNDLE ${mac_crash_logger_SOURCE_FILES}) +buildscripts_block(mac-crash-logger) set_target_properties(mac-crash-logger PROPERTIES |