59cc2a382c
* Migrate XML counter defs and reader from v1/v2 * working set * more fixes * Update CMakeLists.txt * source formatting (clang-format v11) (#83) Co-authored-by: bwelton <bwelton@users.noreply.github.com> * Update source/lib/rocprofiler/counters/CMakeLists.txt --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: bwelton <bwelton@users.noreply.github.com> Co-authored-by: Jonathan R. Madsen <jrmadsen@users.noreply.github.com>
12 řádky
362 B
CMake
12 řádky
362 B
CMake
set(ROCPROFILER_LIB_COUNTERS_SOURCES metrics.cpp)
|
|
set(ROCPROFILER_LIB_COUNTERS_HEADERS metrics.hpp)
|
|
|
|
target_sources(rocprofiler-object-library PRIVATE ${ROCPROFILER_LIB_COUNTERS_SOURCES}
|
|
${ROCPROFILER_LIB_COUNTERS_HEADERS})
|
|
|
|
add_subdirectory(xml)
|
|
|
|
if(ROCPROFILER_BUILD_TESTS)
|
|
add_subdirectory(tests)
|
|
endif()
|