From 81fe2250a70c892eeb195725117d566a042e5c93 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 2 Dec 2019 15:32:42 +0100 Subject: add draft janet interface for livecoding --- src/livecode/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/livecode/CMakeLists.txt') 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}") -- cgit v1.2.3