74facf87a6
* Change all rocprofiler-X target names to rocprofiler-sdk-X * Update rocprofiler-sdk-config.cmake - fix install tree target names - simplify logic for using find w/ components and find w/o components * Update rocprofiler-sdk-roctx-config.cmake - simplify logic for using find w/ components and find w/o components * Update samples/intercept_table/CMakeLists.txt - demonstrate/test use of `find_package(rocprofiler-sdk ... COMPONENTS ...)`
8 γραμμές
261 B
CMake
8 γραμμές
261 B
CMake
#
|
|
# add container sources and headers to common library target
|
|
#
|
|
set(memory_headers deleter.hpp pool.hpp pool_allocator.hpp stateless_allocator.hpp)
|
|
set(memory_sources)
|
|
|
|
target_sources(rocprofiler-sdk-common-library PRIVATE ${memory_sources} ${memory_headers})
|