Skip to content

Commit

Permalink
fix cmake formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bwelton committed Apr 16, 2024
1 parent 95c25ac commit 7bb9ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lib/rocprofiler-sdk/pc_sampling/parser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.h pc_record_interface.hpp
rocr.h translation.hpp)
correlation.hpp gfx9.hpp gfx11.hpp parser_types.h pc_record_interface.hpp rocr.h
translation.hpp)

target_sources(
rocprofiler-object-library PRIVATE ${ROCPROFILER_LIB_PC_SAMPLING_PARSER_SOURCES}
Expand Down

0 comments on commit 7bb9ea3

Please sign in to comment.