summaryrefslogtreecommitdiff
path: root/image/backends/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'image/backends/CMakeLists.txt')
-rw-r--r--image/backends/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/image/backends/CMakeLists.txt b/image/backends/CMakeLists.txt
new file mode 100644
index 0000000..f3c7f5d
--- /dev/null
+++ b/image/backends/CMakeLists.txt
@@ -0,0 +1,4 @@
+set(BACKEND_SRCS
+ ${CMAKE_CURRENT_SOURCE_DIR}/basic.cc
+ PARENT_SCOPE
+)