Added deferred shadows example to CMakeLists
This commit is contained in:
parent
2e16741d09
commit
d47d6a126a
1 changed files with 4 additions and 3 deletions
|
|
@ -53,12 +53,12 @@ endfunction(buildExample)
|
|||
function(buildExamples)
|
||||
foreach(EXAMPLE ${EXAMPLES})
|
||||
buildExample(${EXAMPLE})
|
||||
endforeach(EXAMPLE)
|
||||
endforeach(EXAMPLE)
|
||||
endfunction(buildExamples)
|
||||
|
||||
# Compiler specific stuff
|
||||
IF(MSVC)
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
|
||||
ENDIF(MSVC)
|
||||
|
||||
IF(WIN32)
|
||||
|
|
@ -74,13 +74,14 @@ set(EXAMPLES
|
|||
computeshader
|
||||
computeparticles
|
||||
deferred
|
||||
deferredshadows
|
||||
displacement
|
||||
distancefieldfonts
|
||||
gears
|
||||
geometryshader
|
||||
instancing
|
||||
mesh
|
||||
multithreading
|
||||
multithreading
|
||||
multisampling
|
||||
occlusionquery
|
||||
offscreen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue