From 742c990b91e7e056357de9fb380c78898be43af7 Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Tue, 23 Mar 2021 15:47:34 -0700 Subject: [PATCH] spacing --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 560c7ed..4809525 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,10 +95,10 @@ if (PLATFORM_SDL2) # Emscripten can import SDL2 directly if (EMSCRIPTEN) - set_target_properties(blah PROPERTIES COMPILE_FLAGS "-s USE_SDL=2") + set_target_properties(blah PROPERTIES COMPILE_FLAGS "-s USE_SDL=2") # Load SDL2 Normally - else() + else() # Try to find SDL2 if (DEFINED SDL2_LIBRARIES AND DEFINED SDL2_INCLUDE_DIRS) @@ -128,7 +128,7 @@ if (PLATFORM_SDL2) set(LIBS ${LIBS} ${SDL2_LIBRARIES}) target_include_directories(blah PUBLIC ${SDL2_INCLUDE_DIRS}) - endif() + endif() # use the Win32 Platform Backend elseif (PLATFORM_WIN32)