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

summaryrefslogtreecommitdiff
path: root/source/core/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-12 15:13:30 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-12 15:13:30 +1000
commit81343bc06fc08d8a3ba441e6038c9be1ed093fdc (patch)
treef0e8452385604b7287d28a5e83d9f8a5d4e591d1 /source/core/CMakeLists.txt
parent70bfb54e5575476450a4f604507e9a8189ca144b (diff)
Add Curve25519
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 08701d7..1fd2aac 100644
--- a/source/core/CMakeLists.txt
+++ b/source/core/CMakeLists.txt
@@ -21,6 +21,7 @@ SET (star_core_HEADERS
StarColor.hpp
StarCompression.hpp
StarConfig.hpp
+ StarCurve25519.hpp
StarDataStream.hpp
StarDataStreamDevices.hpp
StarDataStreamExtra.hpp
@@ -133,6 +134,7 @@ SET (star_core_SOURCES
StarByteArray.cpp
StarColor.cpp
StarCompression.cpp
+ StarCurve25519.cpp
StarDataStream.cpp
StarDataStreamDevices.cpp
StarDirectives.cpp