diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-24 01:30:55 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-24 01:30:55 +1000 |
commit | 2798d4bf668d74028b5c1f88ae5b7b25cd08de2d (patch) | |
tree | 4a4df7c000c2e7d8be953dcf0724aa8f4b0d2b24 /source/core/CMakeLists.txt | |
parent | 6832c10ed5482530b4a423a78700b279fc73212a (diff) |
what the fuck it's 1:30 AM. god
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r-- | source/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt index d0a53b1..6668109 100644 --- a/source/core/CMakeLists.txt +++ b/source/core/CMakeLists.txt @@ -7,6 +7,7 @@ SET (star_core_HEADERS StarAStar.hpp StarAlgorithm.hpp StarArray.hpp + StarAssetPath.hpp StarAtomicSharedPtr.hpp StarAudio.hpp StarBTree.hpp @@ -23,6 +24,7 @@ SET (star_core_HEADERS StarDataStream.hpp StarDataStreamDevices.hpp StarDataStreamExtra.hpp + StarDirectives.hpp StarDynamicLib.hpp StarEither.hpp StarEncode.hpp @@ -121,6 +123,7 @@ SET (star_core_HEADERS SET (star_core_SOURCES StarAudio.cpp + StarAssetPath.cpp StarBTreeDatabase.cpp StarBuffer.cpp StarByteArray.cpp @@ -128,6 +131,7 @@ SET (star_core_SOURCES StarCompression.cpp StarDataStream.cpp StarDataStreamDevices.cpp + StarDirectives.cpp StarEncode.cpp StarFile.cpp StarFont.cpp |