cpp-gamedev / Ray-Tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poor CMake

Kouros26 opened this issue · comments

Instead of just including the headers you have to manually go get them in the include folder
(ex : ../include/main.h)

Also, when creating a new item, it goes in the build directory instead of the include or src directories, so you have to manually move them to the right place or else CMake and git will ignore them