From 38e0db28c0412bd9acd434389cb2db44fc7b3574 Mon Sep 17 00:00:00 2001 From: Hanse-14 Date: Tue, 7 Nov 2023 16:57:42 +0100 Subject: [PATCH] Update git.ignore add SDL2 folder --- .gitignore | 1 + CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47ce164..a868b20 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ compile_commands.json # Libraries *.a *.lib +SDL2 # Ignore any backup files *~ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 527d374..93d15f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,6 @@ endif() # --- Locate SDL2 --- # Uses SDL2_DIR on Windows, on Linux it's found automatically find_package(SDL2 REQUIRED) -include_directories(${SDL2_INCLUDE_DIRS}) #--- Include directories ---