tofix
This commit is contained in:
parent
8383fc1edf
commit
6ad7555ad7
12 changed files with 81 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue