Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-02 06:34:43 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-02 06:34:43 +1000
commit15b0e9946049946133c9c932ef23d06a665f63fb (patch)
tree019c61db7b31ede553c9daaab8c1e331e32a5c69 /source/core/CMakeLists.txt
parent2c43b505311b9c7f2a0ee2b798cf4c39b2b0d2b7 (diff)
Initial setup of input stuff
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r--source/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt
index cf64c3a..08701d7 100644
--- a/source/core/CMakeLists.txt
+++ b/source/core/CMakeLists.txt
@@ -40,6 +40,7 @@ SET (star_core_HEADERS
StarIdMap.hpp
StarImage.hpp
StarImageProcessing.hpp
+ StarInputEvent.hpp
StarInterpolation.hpp
StarRefPtr.hpp
StarIterator.hpp
@@ -142,6 +143,7 @@ SET (star_core_SOURCES
StarIODevice.cpp
StarImage.cpp
StarImageProcessing.cpp
+ StarInputEvent.cpp
StarJson.cpp
StarJsonBuilder.cpp
StarJsonExtra.cpp