Skip to content

Commit

Permalink
#1435: timing: add missing dependencies to vt-trace-only
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 12, 2021
1 parent 2836a7f commit 587d81e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/trace_only_functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ function(create_trace_only_target)
vt/runtime/component/diagnostic_types.h vt/runtime/component/diagnostic_units.h
vt/runtime/component/diagnostic_value.h vt/runtime/component/diagnostic_erased_value.h
vt/runtime/component/diagnostic_value_base.h vt/runtime/component/diagnostic_meter.h
vt/runtime/component/diagnostic_enum_format.h
vt/runtime/component/diagnostic_value_format.h
vt/runtime/component/meter/counter.h vt/runtime/component/meter/stats_pack.h
vt/runtime/component/meter/gauge.h vt/runtime/component/meter/timer.h
vt/runtime/component/meter/counter_gauge.h
Expand Down Expand Up @@ -52,6 +54,7 @@ function(create_trace_only_target)
vt/utils/bits/bits_packer.impl.h vt/utils/adt/union.h
vt/utils/tls/tls.h vt/utils/tls/std_tls.h vt/utils/tls/null_tls.h
vt/utils/tls/tls.impl.h vt/utils/adt/histogram_approx.h
vt/utils/memory/memory_units.h

# vt/collective
vt/collective/basic.h
Expand All @@ -68,6 +71,8 @@ function(create_trace_only_target)
${CMAKE_CURRENT_SOURCE_DIR}/vt/trace/trace_lite.cc ${CMAKE_CURRENT_SOURCE_DIR}/vt/trace/trace_user_event.cc
${CMAKE_CURRENT_SOURCE_DIR}/vt/trace/trace_registry.cc
${CMAKE_CURRENT_SOURCE_DIR}/vt/pmpi/pmpi_component.cc ${CMAKE_CURRENT_SOURCE_DIR}/vt/runtime/mpi_access.cc
${CMAKE_CURRENT_SOURCE_DIR}/vt/runtime/component/diagnostic_enum_format.cc
${CMAKE_CURRENT_SOURCE_DIR}/vt/utils/memory/memory_units.cc
${CMAKE_CURRENT_SOURCE_DIR}/vt/timing/timing.cc ${PROJECT_BIN_DIR}/src/vt/configs/generated/vt_git_revision.cc
${PROJECT_BIN_DIR}/src/vt/pmpi/generated/mpiwrap.cc
${CMAKE_CURRENT_SOURCE_DIR}/vt/context/context.cc ${CMAKE_CURRENT_SOURCE_DIR}/vt/utils/demangle/demangle.cc
Expand Down

0 comments on commit 587d81e

Please sign in to comment.