CMake: Consistently name CMake Targets (#1082)
* 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 ...)`
This commit is contained in:
committed by
GitHub
parent
d93d4d9463
commit
74facf87a6
@@ -7,5 +7,5 @@ set(containers_headers
|
||||
set(containers_sources ring_buffer.cpp record_header_buffer.cpp ring_buffer.cpp
|
||||
small_vector.cpp)
|
||||
|
||||
target_sources(rocprofiler-common-library PRIVATE ${containers_sources}
|
||||
${containers_headers})
|
||||
target_sources(rocprofiler-sdk-common-library PRIVATE ${containers_sources}
|
||||
${containers_headers})
|
||||
|
||||
Reference in New Issue
Block a user