diff --git a/CMakeLists.txt b/CMakeLists.txt index dbe99a077b..4e12462a41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -605,17 +605,17 @@ add_custom_target(instances DEPENDS utility;${CK_DEVICE_INSTANCES} SOURCES ${IN add_subdirectory(library) if(NOT GPU_ARCHS AND USER_GPU_TARGETS) -# rocm_package_setup_component(tests -# LIBRARY_NAME composablekernel -# PACKAGE_NAME tests # Prevent -static suffix on package name -# ) + rocm_package_setup_component(tests + LIBRARY_NAME composablekernel + PACKAGE_NAME tests # Prevent -static suffix on package name + ) -# rocm_package_setup_component(examples -# LIBRARY_NAME composablekernel -# PACKAGE_NAME examples -# ) -# add_subdirectory(example) -# add_subdirectory(tile_engine) + rocm_package_setup_component(examples + LIBRARY_NAME composablekernel + PACKAGE_NAME examples + ) + add_subdirectory(example) + add_subdirectory(tile_engine) if(BUILD_TESTING) add_subdirectory(test) endif()