Skip to content

Commit

Permalink
Enable DirectX 11 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokups committed Jul 5, 2017
1 parent 604d153 commit 20c9f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Atomic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ elseif (ATOMIC_DATABASE_ODBC)
endif ()

if (WIN32)
option (ATOMIC_D3D11 "Use DirectX 11" OFF)
option (ATOMIC_D3D11 "Use DirectX 11" ON)
option (ATOMIC_OPENGL "Use OpenGL" OFF)
if (ATOMIC_D3D11) # DirectX 11
file (GLOB GRAPHICS_IMPL_SOURCE Graphics/Direct3D11/*.cpp Graphics/Direct3D11/*.h)
Expand Down

0 comments on commit 20c9f07

Please sign in to comment.