comment typo fix

This commit is contained in:
Noel Berry 2020-12-28 20:25:06 -08:00 committed by GitHub
parent 767da20675
commit 27f7134500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ if (OPENGL_ENABLED)
add_compile_definitions(BLAH_USE_OPENGL)
endif()
# add D3D11 definition if we're using OpenGL
# add D3D11 definition if we're using D3D11
if (D3D11_ENABLED)
add_compile_definitions(BLAH_USE_D3D11)
set(LIBS ${LIBS} d3d11.lib dxguid.lib D3Dcompiler.lib)