mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
improved cmake, removed useless cmake files
This commit is contained in:
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE box.cpp)
|
||||
@@ -1,11 +0,0 @@
|
||||
target_sources(omath PRIVATE
|
||||
matrix.cpp
|
||||
color.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(projectile_prediction)
|
||||
add_subdirectory(pathfinding)
|
||||
add_subdirectory(projection)
|
||||
add_subdirectory(collision)
|
||||
add_subdirectory(engines)
|
||||
add_subdirectory(3d_primitives)
|
||||
@@ -1,3 +0,0 @@
|
||||
target_sources(omath PRIVATE
|
||||
line_tracer.cpp
|
||||
)
|
||||
@@ -1,4 +0,0 @@
|
||||
add_subdirectory(source_engine)
|
||||
add_subdirectory(opengl_engine)
|
||||
add_subdirectory(iw_engine)
|
||||
add_subdirectory(unity_engine)
|
||||
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE camera.cpp formulas.cpp)
|
||||
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE camera.cpp formulas.cpp)
|
||||
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE camera.cpp formulas.cpp)
|
||||
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE formulas.cpp camera.cpp)
|
||||
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE navigation_mesh.cpp a_star.cpp)
|
||||
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE proj_pred_engine_legacy.cpp projectile.cpp target.cpp proj_pred_engine_avx2.cpp proj_pred_engine.cpp)
|
||||
@@ -1 +0,0 @@
|
||||
target_sources(omath PRIVATE camera.cpp)
|
||||
Reference in New Issue
Block a user