mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 10:59:55 +00:00
6 lines
90 B
CMake
6 lines
90 B
CMake
include_directories(BEFORE
|
|
${CMAKE_CURRENT_LIST_DIR}/include
|
|
)
|
|
|
|
add_subdirectory(src)
|