Update git.ignore add SDL2 folder

This commit is contained in:
Hanse-14 2023-11-07 16:57:42 +01:00
parent 2f14b9fd92
commit 38e0db28c0
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -29,6 +29,7 @@ compile_commands.json
# Libraries # Libraries
*.a *.a
*.lib *.lib
SDL2
# Ignore any backup files # Ignore any backup files
*~ *~

View File

@ -19,7 +19,6 @@ endif()
# --- Locate SDL2 --- # --- Locate SDL2 ---
# Uses SDL2_DIR on Windows, on Linux it's found automatically # Uses SDL2_DIR on Windows, on Linux it's found automatically
find_package(SDL2 REQUIRED) find_package(SDL2 REQUIRED)
include_directories(${SDL2_INCLUDE_DIRS})
#--- Include directories --- #--- Include directories ---