summaryrefslogtreecommitdiffstats
path: root/src/livecode/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/livecode/CMakeLists.txt')
-rw-r--r--src/livecode/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/livecode/CMakeLists.txt b/src/livecode/CMakeLists.txt
new file mode 100644
index 000000000..ba266998e
--- /dev/null
+++ b/src/livecode/CMakeLists.txt
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+set(livecode_SRC
+ api.cpp
+ input.cpp
+
+ # HEADERS
+ api.h
+ input.h
+ )
+
+add_inkscape_source("${livecode_SRC}")