|
@@ -6,7 +6,6 @@ set(CMAKE_C_STANDARD 23)
|
|
set(SRC
|
|
set(SRC
|
|
"src/Logger.c"
|
|
"src/Logger.c"
|
|
"src/Utility.c"
|
|
"src/Utility.c"
|
|
- #"src/Error.cpp"
|
|
|
|
#"src/Buffer.cpp"
|
|
#"src/Buffer.cpp"
|
|
#"src/Clock.cpp"
|
|
#"src/Clock.cpp"
|
|
#"src/Random.cpp"
|
|
#"src/Random.cpp"
|
|
@@ -36,7 +35,6 @@ set(SRC_TESTS
|
|
#"test/modules/MathTests.cpp"
|
|
#"test/modules/MathTests.cpp"
|
|
#"test/modules/ListTests.cpp"
|
|
#"test/modules/ListTests.cpp"
|
|
#"test/modules/LinkedListTests.cpp"
|
|
#"test/modules/LinkedListTests.cpp"
|
|
- #"test/modules/UniquePointerTests.cpp"
|
|
|
|
#"test/modules/HashMapTests.cpp"
|
|
#"test/modules/HashMapTests.cpp"
|
|
#"test/modules/StackTests.cpp"
|
|
#"test/modules/StackTests.cpp"
|
|
#"test/modules/RingBufferTests.cpp"
|
|
#"test/modules/RingBufferTests.cpp"
|
|
@@ -56,7 +54,6 @@ set(SRC_TESTS
|
|
#"test/modules/RandomTests.cpp"
|
|
#"test/modules/RandomTests.cpp"
|
|
#"test/modules/ThreadTests.cpp"
|
|
#"test/modules/ThreadTests.cpp"
|
|
#"test/modules/FileReaderTests.cpp"
|
|
#"test/modules/FileReaderTests.cpp"
|
|
- #"test/modules/ErrorTests.cpp"
|
|
|
|
#"test/modules/HashedStringTests.cpp"
|
|
#"test/modules/HashedStringTests.cpp"
|
|
)
|
|
)
|
|
|
|
|
|
@@ -186,14 +183,11 @@ target_sources(core PUBLIC
|
|
./include/core/utils/Check.h
|
|
./include/core/utils/Check.h
|
|
# ./include/core/utils/Buffer.hpp
|
|
# ./include/core/utils/Buffer.hpp
|
|
# ./include/core/utils/Random.hpp
|
|
# ./include/core/utils/Random.hpp
|
|
-# ./include/core/utils/UniquePointer.hpp
|
|
|
|
-# ./include/core/utils/Types.hpp
|
|
|
|
|
|
+ ./include/core/utils/Types.h
|
|
# ./include/core/utils/Color.hpp
|
|
# ./include/core/utils/Color.hpp
|
|
./include/core/utils/Logger.h
|
|
./include/core/utils/Logger.h
|
|
# ./include/core/utils/ArrayString.hpp
|
|
# ./include/core/utils/ArrayString.hpp
|
|
./include/core/utils/Utility.h
|
|
./include/core/utils/Utility.h
|
|
-# ./include/core/utils/Meta.hpp
|
|
|
|
-# ./include/core/utils/AlignedData.hpp
|
|
|
|
# ./include/core/utils/Clock.hpp
|
|
# ./include/core/utils/Clock.hpp
|
|
./include/core/utils/Error.h
|
|
./include/core/utils/Error.h
|
|
# ./include/core/math/Quaternion.hpp
|
|
# ./include/core/math/Quaternion.hpp
|