revert main cmake comments

This commit is contained in:
Zoltan Lakatos
2025-06-05 14:11:30 +00:00
parent 8658ca6cf3
commit a902c57d8c

View File

@@ -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()