Files
rocm-systems/source/lib/rocprofiler-sdk/pc_sampling/parser/CMakeLists.txt
T

13 строки
509 B
CMake
Исходник Обычный вид История

2023-12-07 19:42:56 -03:00
set(ROCPROFILER_LIB_PC_SAMPLING_PARSER_SOURCES pc_record_interface.cpp)
set(ROCPROFILER_LIB_PC_SAMPLING_PARSER_HEADERS
correlation.hpp gfx9.hpp gfx11.hpp parser_types.hpp pc_record_interface.hpp rocr.h
stochastic_records.h translation.hpp)
2023-10-26 12:14:02 -03:00
target_sources(
rocprofiler-sdk-object-library PRIVATE ${ROCPROFILER_LIB_PC_SAMPLING_PARSER_SOURCES}
${ROCPROFILER_LIB_PC_SAMPLING_PARSER_HEADERS})
2023-10-26 12:14:02 -03:00
if(ROCPROFILER_BUILD_TESTS)
add_subdirectory(tests)
endif()