ad0fb25ed5
git-subtree-dir: projects/rocprofiler-sdk git-subtree-mainline:50a90550e9git-subtree-split:bf0fad1d54
12 lines
510 B
CMake
12 lines
510 B
CMake
#
|
|
# add container sources and headers to common library target
|
|
#
|
|
set(containers_headers
|
|
ring_buffer.hpp c_array.hpp operators.hpp record_header_buffer.hpp ring_buffer.hpp
|
|
small_vector.hpp stable_vector.hpp static_vector.hpp)
|
|
set(containers_sources ring_buffer.cpp record_header_buffer.cpp ring_buffer.cpp
|
|
small_vector.cpp)
|
|
|
|
target_sources(rocprofiler-sdk-common-library PRIVATE ${containers_sources}
|
|
${containers_headers})
|