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 ---