summaryrefslogtreecommitdiff
path: root/runtimes/libs/xray/pipe/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/libs/xray/pipe/CMakeLists.txt')
-rw-r--r--runtimes/libs/xray/pipe/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtimes/libs/xray/pipe/CMakeLists.txt b/runtimes/libs/xray/pipe/CMakeLists.txt
new file mode 100644
index 000000000..19f8e507e
--- /dev/null
+++ b/runtimes/libs/xray/pipe/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_library(nnfw_lib_xray_pipe INTERFACE)
+target_include_directories(nnfw_lib_xray_pipe INTERFACE include)
+target_link_libraries(nnfw_lib_xray_pipe INTERFACE nnfw_lib_xray_event)