mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
comment typo fix
This commit is contained in:
parent
767da20675
commit
27f7134500
|
@ -130,7 +130,7 @@ if (OPENGL_ENABLED)
|
||||||
add_compile_definitions(BLAH_USE_OPENGL)
|
add_compile_definitions(BLAH_USE_OPENGL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# add D3D11 definition if we're using OpenGL
|
# add D3D11 definition if we're using D3D11
|
||||||
if (D3D11_ENABLED)
|
if (D3D11_ENABLED)
|
||||||
add_compile_definitions(BLAH_USE_D3D11)
|
add_compile_definitions(BLAH_USE_D3D11)
|
||||||
set(LIBS ${LIBS} d3d11.lib dxguid.lib D3Dcompiler.lib)
|
set(LIBS ${LIBS} d3d11.lib dxguid.lib D3Dcompiler.lib)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user