diff options
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r-- | source/core/CMakeLists.txt | 2 |
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 |