"docs/source/usage/kontext.rst" did not exist on "189be8bf0145f498fce1f2e233c25945061dc809"
CMakeLists.txt 183 Bytes
Newer Older
Paul Fultz II's avatar
Paul Fultz II committed
1
2
3
4
file(GLOB RTC_SOURCES CONFIGURE_DEPENDS src/*.cpp)
add_library(ck_rtc ${RTC_SOURCES})
target_include_directories(ck_rtc PUBLIC include)
target_link_libraries(ck_rtc PUBLIC hip::host)