diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-02 20:41:05 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-02 20:41:05 +0000 |
| commit | 1820294e9ea199058ba4d0626b23992e08210b44 (patch) | |
| tree | 8b6574d814b991dbcca3eaa92e557402bfee6b3e /src/livecode/CMakeLists.txt | |
| parent | more janet bindings (diff) | |
| download | inkscape-1820294e9ea199058ba4d0626b23992e08210b44.tar.gz inkscape-1820294e9ea199058ba4d0626b23992e08210b44.zip | |
move script to its own file
Diffstat (limited to 'src/livecode/CMakeLists.txt')
| -rw-r--r-- | src/livecode/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/livecode/CMakeLists.txt b/src/livecode/CMakeLists.txt index 96e1574fc..cd099dac7 100644 --- a/src/livecode/CMakeLists.txt +++ b/src/livecode/CMakeLists.txt @@ -3,6 +3,7 @@ set(livecode_SRC context.cpp input.cpp + script.cpp api/context.cpp api/input.cpp api/point.cpp |
