This commit is contained in:
iutbgdin 2025-10-10 10:21:36 +02:00
parent 8383fc1edf
commit 6ad7555ad7
12 changed files with 81 additions and 24 deletions

View file

@ -10,7 +10,8 @@ add_executable(3d-renderer src/main.cpp
src/object/map.cpp src/object/map.h
src/object/object.cpp src/object/object.h
src/object/plane.cpp src/object/plane.h
src/object/point.cpp src/object/point.h)
src/object/point.cpp src/object/point.h
src/util/math.h src/util/math.cpp)
include(GNUInstallDirs)
install(TARGETS 3d-renderer