From 27f7134500f714012ede82ff32c885ad14339c7e Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Mon, 28 Dec 2020 20:25:06 -0800 Subject: [PATCH] comment typo fix --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67a1501..79ad2bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) @@ -143,4 +143,4 @@ if (SDL2_ENABLED) set(LIBS ${LIBS} ${SDL2_LIBRARIES}) endif() -target_link_libraries(blah PUBLIC ${LIBS}) \ No newline at end of file +target_link_libraries(blah PUBLIC ${LIBS})