mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 09:08:35 +00:00
chore: update CMakeLists.txt in tutorial examples
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set(EXAMPLE_BASIC_GEMM "basic_gemm")
|
||||
|
||||
message("adding example ${EXAMPLE_BASIC_GEMM}")
|
||||
message(DEBUG "adding example ${EXAMPLE_BASIC_GEMM}")
|
||||
|
||||
add_executable(${EXAMPLE_BASIC_GEMM} EXCLUDE_FROM_ALL gemm.cpp)
|
||||
target_include_directories(${EXAMPLE_BASIC_GEMM} PRIVATE ${CMAKE_CURRENT_LIST_DIR})
|
||||
|
||||
Reference in New Issue
Block a user