Update git.ignore add SDL2 folder
This commit is contained in:
parent
2f14b9fd92
commit
38e0db28c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,6 +29,7 @@ compile_commands.json
|
|||||||
# Libraries
|
# Libraries
|
||||||
*.a
|
*.a
|
||||||
*.lib
|
*.lib
|
||||||
|
SDL2
|
||||||
|
|
||||||
# Ignore any backup files
|
# Ignore any backup files
|
||||||
*~
|
*~
|
@ -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 ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user