0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 07:53:43 +00:00

hotfix - fixed typo

This commit is contained in:
Benedikt Galbavy 2024-01-11 16:18:34 +01:00
parent d450744041
commit 71c742358a

View File

@ -22,7 +22,7 @@ include_directories(
${PROJECT_INCLUDE_DIR}
${SDL2_INCLUDE_DIRS}
${SDL2_IMAGE_INCLUDE_DIRS}
${ZLIB_IMAGE_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIRS}
${PNG_INCLUDE_DIRS})
file(GLOB_RECURSE SOURCES ${PROJECT_SOURCE_DIR}/src/*.cpp)