|
@@ -8,7 +8,6 @@ set(SRC
|
|
"src/Logger.c"
|
|
"src/Logger.c"
|
|
"src/Random.c"
|
|
"src/Random.c"
|
|
"src/Utility.c"
|
|
"src/Utility.c"
|
|
- #"src/ArrayString.cpp"
|
|
|
|
#"src/BitArray.cpp"
|
|
#"src/BitArray.cpp"
|
|
#"src/Box.cpp"
|
|
#"src/Box.cpp"
|
|
#"src/Clock.cpp"
|
|
#"src/Clock.cpp"
|
|
@@ -31,7 +30,6 @@ set(SRC_TESTS
|
|
"test/modules/RandomTests.c"
|
|
"test/modules/RandomTests.c"
|
|
"test/modules/UtilityTests.c"
|
|
"test/modules/UtilityTests.c"
|
|
#"test/modules/ArrayListTests.cpp"
|
|
#"test/modules/ArrayListTests.cpp"
|
|
- #"test/modules/ArrayStringTests.cpp"
|
|
|
|
#"test/modules/ArrayTests.cpp"
|
|
#"test/modules/ArrayTests.cpp"
|
|
#"test/modules/BitArrayTests.cpp"
|
|
#"test/modules/BitArrayTests.cpp"
|
|
#"test/modules/BoxTests.cpp"
|
|
#"test/modules/BoxTests.cpp"
|
|
@@ -42,7 +40,6 @@ set(SRC_TESTS
|
|
#"test/modules/FileReaderTests.cpp"
|
|
#"test/modules/FileReaderTests.cpp"
|
|
#"test/modules/FrustumTests.cpp"
|
|
#"test/modules/FrustumTests.cpp"
|
|
#"test/modules/HashMapTests.cpp"
|
|
#"test/modules/HashMapTests.cpp"
|
|
- #"test/modules/HashedStringTests.cpp"
|
|
|
|
#"test/modules/LinkedListTests.cpp"
|
|
#"test/modules/LinkedListTests.cpp"
|
|
#"test/modules/ListTests.cpp"
|
|
#"test/modules/ListTests.cpp"
|
|
#"test/modules/MathTests.cpp"
|
|
#"test/modules/MathTests.cpp"
|
|
@@ -168,40 +165,38 @@ target_sources(core PUBLIC
|
|
FILE_SET HEADERS
|
|
FILE_SET HEADERS
|
|
BASE_DIRS include
|
|
BASE_DIRS include
|
|
FILES
|
|
FILES
|
|
- ./include/core/utils/Buffer.h
|
|
|
|
- ./include/core/utils/Check.h
|
|
|
|
- ./include/core/utils/Error.h
|
|
|
|
- ./include/core/utils/Logger.h
|
|
|
|
- ./include/core/utils/Random.h
|
|
|
|
- ./include/core/utils/Types.h
|
|
|
|
- ./include/core/utils/Utility.h
|
|
|
|
-# ./include/core/data/Array.hpp
|
|
|
|
-# ./include/core/data/ArrayList.hpp
|
|
|
|
-# ./include/core/data/BitArray.hpp
|
|
|
|
-# ./include/core/data/Components.hpp
|
|
|
|
-# ./include/core/data/HashMap.hpp
|
|
|
|
-# ./include/core/data/LinkedList.hpp
|
|
|
|
-# ./include/core/data/List.hpp
|
|
|
|
-# ./include/core/data/ProbingHashMap.hpp
|
|
|
|
-# ./include/core/data/RingBuffer.hpp
|
|
|
|
-# ./include/core/data/Stack.hpp
|
|
|
|
-# ./include/core/io/File.hpp
|
|
|
|
-# ./include/core/io/FileReader.hpp
|
|
|
|
-# ./include/core/math/Box.hpp
|
|
|
|
-# ./include/core/math/BufferedValue.hpp
|
|
|
|
-# ./include/core/math/Frustum.hpp
|
|
|
|
-# ./include/core/math/Math.hpp
|
|
|
|
-# ./include/core/math/Matrix.hpp
|
|
|
|
-# ./include/core/math/MatrixStack.hpp
|
|
|
|
-# ./include/core/math/Plane.hpp
|
|
|
|
-# ./include/core/math/Quaternion.hpp
|
|
|
|
-# ./include/core/math/Vector.hpp
|
|
|
|
-# ./include/core/math/View.hpp
|
|
|
|
-# ./include/core/thread/Thread.hpp
|
|
|
|
-# ./include/core/utils/ArrayString.hpp
|
|
|
|
-# ./include/core/utils/Clock.hpp
|
|
|
|
-# ./include/core/utils/Color.hpp
|
|
|
|
-# ./include/core/utils/HashCode.hpp
|
|
|
|
|
|
+ ./include/core/Buffer.h
|
|
|
|
+ ./include/core/Check.h
|
|
|
|
+ ./include/core/Error.h
|
|
|
|
+ ./include/core/Logger.h
|
|
|
|
+ ./include/core/Random.h
|
|
|
|
+ ./include/core/Types.h
|
|
|
|
+ ./include/core/Utility.h
|
|
|
|
+# ./include/core/Array.hpp
|
|
|
|
+# ./include/core/ArrayList.hpp
|
|
|
|
+# ./include/core/BitArray.hpp
|
|
|
|
+# ./include/core/Components.hpp
|
|
|
|
+# ./include/core/HashMap.hpp
|
|
|
|
+# ./include/core/LinkedList.hpp
|
|
|
|
+# ./include/core/List.hpp
|
|
|
|
+# ./include/core/ProbingHashMap.hpp
|
|
|
|
+# ./include/core/RingBuffer.hpp
|
|
|
|
+# ./include/core/Stack.hpp
|
|
|
|
+# ./include/core/File.hpp
|
|
|
|
+# ./include/core/FileReader.hpp
|
|
|
|
+# ./include/core/Box.hpp
|
|
|
|
+# ./include/core/BufferedValue.hpp
|
|
|
|
+# ./include/core/Frustum.hpp
|
|
|
|
+# ./include/core/Math.hpp
|
|
|
|
+# ./include/core/Matrix.hpp
|
|
|
|
+# ./include/core/MatrixStack.hpp
|
|
|
|
+# ./include/core/Plane.hpp
|
|
|
|
+# ./include/core/Quaternion.hpp
|
|
|
|
+# ./include/core/Vector.hpp
|
|
|
|
+# ./include/core/View.hpp
|
|
|
|
+# ./include/core/Thread.hpp
|
|
|
|
+# ./include/core/Clock.hpp
|
|
|
|
+# ./include/core/Color.hpp
|
|
)
|
|
)
|
|
install(TARGETS core FILE_SET HEADERS)
|
|
install(TARGETS core FILE_SET HEADERS)
|
|
|
|
|