summaryrefslogtreecommitdiffstats
path: root/src/livecode/CMakeLists.txt
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-02 14:32:42 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-02 14:32:42 +0000
commit81fe2250a70c892eeb195725117d566a042e5c93 (patch)
treee2c70bd1b0f9e9d9063f6ff7aa11f6fa6b8ced80 /src/livecode/CMakeLists.txt
parentadd basic livecode toolbar (diff)
downloadinkscape-81fe2250a70c892eeb195725117d566a042e5c93.tar.gz
inkscape-81fe2250a70c892eeb195725117d566a042e5c93.zip
add draft janet interface for livecoding
Diffstat (limited to 'src/livecode/CMakeLists.txt')
-rw-r--r--src/livecode/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/livecode/CMakeLists.txt b/src/livecode/CMakeLists.txt
index ba266998e..96e1574fc 100644
--- a/src/livecode/CMakeLists.txt
+++ b/src/livecode/CMakeLists.txt
@@ -1,12 +1,16 @@
# SPDX-License-Identifier: GPL-2.0-or-later
set(livecode_SRC
- api.cpp
+ context.cpp
input.cpp
+ api/context.cpp
+ api/input.cpp
+ api/point.cpp
# HEADERS
- api.h
+ context.h
input.h
+ api/api.h
)
add_inkscape_source("${livecode_SRC}")