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
|
||||
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)
|
||||
Reference in New Issue
Block a user