summaryrefslogtreecommitdiff
path: root/compiler/ann-api/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ann-api/CMakeLists.txt')
-rw-r--r--compiler/ann-api/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ann-api/CMakeLists.txt b/compiler/ann-api/CMakeLists.txt
new file mode 100644
index 000000000..d2c45f9f0
--- /dev/null
+++ b/compiler/ann-api/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(ann_api INTERFACE)
+target_include_directories(ann_api INTERFACE include)