diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-28 22:32:59 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-28 22:32:59 +0000 |
| commit | e892be093dd86fbdabf7a21f9bfd333bcd0839b7 (patch) | |
| tree | 4123d5e6c9792a4f7a648acf2cb975c20e833520 /src/livecode/CMakeLists.txt | |
| parent | add livecoding tool to toolbar (diff) | |
| download | inkscape-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.txt | 12 |
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}") |
