renderer structure

This commit is contained in:
Ben
2021-02-17 03:47:08 +00:00
parent fb75f6b8d6
commit 9f9daa3a6e
9 changed files with 207 additions and 2 deletions

View File

@@ -44,13 +44,15 @@ file(GLOB SourceFiles
${SrcDIR}/*
${SrcDIR}/ThirdParty/*
${SrcDIR}/Rendering/*
${SrcDIR}/Rendering/Platform/*
${SrcDIR}/World/*
)
add_executable(${executable} ${SourceFiles})
set_target_properties(${executable} PROPERTIES
CXX_STANDARD 17
CXX_EXTENSIONS OFF
CXX_STANDARD 20
CXX_EXTENSIONS ON
)
if (UNIX)