summaryrefslogtreecommitdiffstats
path: root/src/livecode/CMakeLists.txt
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-11-28 22:32:59 +0000
committers-ol <s-ol@users.noreply.github.com>2019-11-28 22:32:59 +0000
commite892be093dd86fbdabf7a21f9bfd333bcd0839b7 (patch)
tree4123d5e6c9792a4f7a648acf2cb975c20e833520 /src/livecode/CMakeLists.txt
parentadd livecoding tool to toolbar (diff)
downloadinkscape-e892be093dd86fbdabf7a21f9bfd333bcd0839b7.tar.gz
inkscape-e892be093dd86fbdabf7a21f9bfd333bcd0839b7.zip
add api and input modules for the livecoding tool
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}")