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 ...)`
Αυτή η υποβολή περιλαμβάνεται σε:
Jonathan R. Madsen
2024-10-25 11:17:34 -05:00
υποβλήθηκε από GitHub
γονέας d93d4d9463
υποβολή 74facf87a6
59 αρχεία άλλαξαν με 440 προσθήκες και 407 διαγραφές
@@ -5,5 +5,5 @@ set(ROCPROFILER_LIB_KERNEL_DISPATCH_HEADERS kernel_dispatch.hpp profiling_time.h
tracing.hpp)
target_sources(
rocprofiler-object-library PRIVATE ${ROCPROFILER_LIB_KERNEL_DISPATCH_SOURCES}
${ROCPROFILER_LIB_KERNEL_DISPATCH_HEADERS})
rocprofiler-sdk-object-library PRIVATE ${ROCPROFILER_LIB_KERNEL_DISPATCH_SOURCES}
${ROCPROFILER_LIB_KERNEL_DISPATCH_HEADERS})