FIXED: Added PNG include dir
This commit is contained in:
parent
279c498d62
commit
f879d81040
|
@ -233,6 +233,7 @@ ENDIF(CMAKE_ASM_COMPILER_LOADED AND USE_ASM_SCALERS)
|
|||
|
||||
INCLUDE_DIRECTORIES(
|
||||
${ZLIB_INCLUDE_DIR}
|
||||
${PNG_INCLUDE_DIR}
|
||||
${SDL_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue