Windows, camera and a bit of shader

This commit is contained in:
Ben
2019-10-04 20:51:43 +01:00
parent fe448c3dd7
commit aeb6f46435
11 changed files with 2276 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ include_directories(${executable}
file(GLOB SourceFiles
${SrcDIR}/*
${SrcDIR}/util/*
${SrcDIR}/util/imgui*
${SrcDIR}/renderer/*
)
add_executable(${executable} ${SourceFiles})