Migrate to rocprofiler-sdk:: namespace in CMake everywhere (#892)

- remove all usage/support for rocprofiler:: namespace
Цей коміт міститься в:
Jonathan R. Madsen
2024-05-29 22:28:43 -05:00
зафіксовано GitHub
джерело 5525b400c3
коміт a76f61a0a3
41 змінених файлів з 179 додано та 169 видалено
+6 -6
Переглянути файл
@@ -8,14 +8,14 @@ target_sources(codeobj-library-test PRIVATE ${CODEOBJ_LIB_TEST_SOURCES})
target_link_libraries(
codeobj-library-test
PRIVATE rocprofiler::rocprofiler-static-library
rocprofiler::rocprofiler-glog
rocprofiler::rocprofiler-hsa-runtime
rocprofiler::rocprofiler-hip
rocprofiler::rocprofiler-common-library
PRIVATE rocprofiler-sdk::rocprofiler-static-library
rocprofiler-sdk::rocprofiler-glog
rocprofiler-sdk::rocprofiler-hsa-runtime
rocprofiler-sdk::rocprofiler-hip
rocprofiler-sdk::rocprofiler-common-library
GTest::gtest
GTest::gtest_main
rocprofiler::rocprofiler-sdk-codeobj)
rocprofiler-sdk::rocprofiler-sdk-codeobj)
gtest_add_tests(
TARGET codeobj-library-test