summaryrefslogtreecommitdiffstats
path: root/src/livecode/CMakeLists.txt
blob: ba266998e1e422981406410f2a00c9d88577912d (plain)
1
2
3
4
5
6
7
8
9
10
11
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}")