Commit 7d602254 authored by Alan Turner's avatar Alan Turner
Browse files

Add build_interface to ck_headers

parent d01af027
......@@ -28,6 +28,8 @@ target_include_directories(jit_library SYSTEM PRIVATE
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/embed/ck_headers/include>
)
target_link_libraries(jit_library PRIVATE $<BUILD_INTERFACE:ck_headers>)
rocm_install(
TARGETS jit_library
EXPORT jit_libraryTargets
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment