mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
changed source files naming
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
target_sources(omath PRIVATE
|
target_sources(omath PRIVATE
|
||||||
LineTracer.cpp
|
line_tracer.cpp
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
target_sources(omath PRIVATE Camera.cpp Formulas.cpp)
|
target_sources(omath PRIVATE camera.cpp formulas.cpp)
|
||||||
@@ -1 +1 @@
|
|||||||
target_sources(omath PRIVATE Camera.cpp Formulas.cpp)
|
target_sources(omath PRIVATE camera.cpp formulas.cpp)
|
||||||
@@ -1 +1 @@
|
|||||||
target_sources(omath PRIVATE Camera.cpp Formulas.cpp)
|
target_sources(omath PRIVATE camera.cpp formulas.cpp)
|
||||||
@@ -1 +1 @@
|
|||||||
target_sources(omath PRIVATE NavigationMesh.cpp Astar.cpp)
|
target_sources(omath PRIVATE navigation_mesh.cpp a_star.cpp)
|
||||||
@@ -1 +1 @@
|
|||||||
target_sources(omath PRIVATE ProjPredEngineLegacy.cpp Projectile.cpp Target.cpp ProjPredEngineAVX2.cpp ProjPredEngine.cpp)
|
target_sources(omath PRIVATE proj_pred_engine_legacy.cpp projectile.cpp target.cpp proj_pred_engine_avx2.cpp proj_pred_engine.cpp)
|
||||||
@@ -1 +1 @@
|
|||||||
target_sources(omath PRIVATE Camera.cpp)
|
target_sources(omath PRIVATE camera.cpp)
|
||||||
@@ -4,25 +4,25 @@ project(unit-tests)
|
|||||||
|
|
||||||
include(GoogleTest)
|
include(GoogleTest)
|
||||||
add_executable(unit-tests
|
add_executable(unit-tests
|
||||||
general/UnitTestPrediction.cpp
|
general/unit_test_prediction.cpp
|
||||||
general/UnitTestMatrix.cpp
|
general/unit_test_matrix.cpp
|
||||||
general/UnitTestMat.cpp
|
general/unit_test_mat.cpp
|
||||||
general/UnitTestAstar.cpp
|
general/unit_test_a_star.cpp
|
||||||
general/UnitTestProjection.cpp
|
general/unit_test_projection.cpp
|
||||||
general/UnitTestVector3.cpp
|
general/unit_test_vector3.cpp
|
||||||
general/UnitTestVector2.cpp
|
general/unit_test_vector2.cpp
|
||||||
general/UnitTestColor.cpp
|
general/unit_test_color.cpp
|
||||||
general/UnitTestVector4.cpp
|
general/unit_test_vector4.cpp
|
||||||
general/UnitTestLineTrace.cpp
|
general/unit_test_line_trace.cpp
|
||||||
general/UnitTestAngles.cpp
|
general/unit_test_angles.cpp
|
||||||
general/UnitTestViewAngles.cpp
|
general/unit_test_view_angles.cpp
|
||||||
general/UnitTestAngle.cpp
|
general/unit_test_angle.cpp
|
||||||
general/UnitTestTriangle.cpp
|
general/unit_test_triangle.cpp
|
||||||
|
|
||||||
engines/UnitTestOpenGL.cpp
|
engines/unit_test_open_gl.cpp
|
||||||
engines/UnitTestUnityEngine.cpp
|
engines/unit_test_unity_engine.cpp
|
||||||
engines/UnitTestSourceEngine.cpp
|
engines/unit_test_source_engine.cpp
|
||||||
engines/UnitTestIwEngine.cpp
|
engines/unit_test_iw_engine.cpp
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user