From 46ae4d599bde54aacb6110a9a9af202af839639e Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sun, 10 Mar 2024 11:31:25 +0100 Subject: [PATCH] fix lint --- examples/cpp-sdl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpp-sdl/CMakeLists.txt b/examples/cpp-sdl/CMakeLists.txt index ca72ef088c..be853b3688 100644 --- a/examples/cpp-sdl/CMakeLists.txt +++ b/examples/cpp-sdl/CMakeLists.txt @@ -11,4 +11,4 @@ target_link_libraries( ${PROJECT_NAME} PRIVATE SDL2::SDL2 SDL2::SDL2main -) +)