From f3c4e6f018bcc89ad6378c73f8e30e7832701986 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Mon, 7 Oct 2024 17:54:46 +0300 Subject: [PATCH] CMakeLists.txt: dedent --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7fac71..1e672bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,7 +246,7 @@ function(link_deps target) $<$>:SDL2::SDL2> physfs-static xms) - target_include_directories(${target} PUBLIC ${SDL2_INCLUDE_DIRS}) + target_include_directories(${target} PUBLIC ${SDL2_INCLUDE_DIRS}) endfunction()