|
@@ -10,7 +10,6 @@ set(SRC
|
|
|
"src/Utility.c"
|
|
|
#"src/BitArray.cpp"
|
|
|
#"src/Box.cpp"
|
|
|
- #"src/Clock.cpp"
|
|
|
#"src/Frustum.cpp"
|
|
|
#"src/Matrix.cpp"
|
|
|
#"src/Mutex.cpp"
|
|
@@ -30,7 +29,6 @@ set(SRC_TESTS
|
|
|
"test/modules/UtilityTests.c"
|
|
|
#"test/modules/BitArrayTests.cpp"
|
|
|
#"test/modules/BoxTests.cpp"
|
|
|
- #"test/modules/ClockTests.cpp"
|
|
|
#"test/modules/ColorTests.cpp"
|
|
|
#"test/modules/ComponentsTests.cpp"
|
|
|
#"test/modules/FrustumTests.cpp"
|
|
@@ -166,24 +164,23 @@ target_sources(core PUBLIC
|
|
|
./include/core/Types.h
|
|
|
./include/core/Utility.h
|
|
|
# ./include/core/BitArray.hpp
|
|
|
+# ./include/core/Box.hpp
|
|
|
+# ./include/core/Color.hpp
|
|
|
# ./include/core/Components.hpp
|
|
|
+# ./include/core/Frustum.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/Box.hpp
|
|
|
-# ./include/core/Frustum.hpp
|
|
|
# ./include/core/Matrix.hpp
|
|
|
# ./include/core/MatrixStack.hpp
|
|
|
# ./include/core/Plane.hpp
|
|
|
+# ./include/core/ProbingHashMap.hpp
|
|
|
# ./include/core/Quaternion.hpp
|
|
|
+# ./include/core/RingBuffer.hpp
|
|
|
+# ./include/core/Stack.hpp
|
|
|
+# ./include/core/Thread.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)
|
|
|
|