mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Adding zlib to rpcs3/CMakeLists.txt
Fix zlib location in cmakelists Potential fix to zlib include dir(s)
This commit is contained in:
parent
e7fc5228d5
commit
6adf086ed1
|
|
@ -103,6 +103,7 @@ endif()
|
|||
include_directories(
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${wxWidgets_INCLUDE_DIRS}
|
||||
${ZLIB_INCLUDE_DIR}
|
||||
${OPENAL_INCLUDE_DIR}
|
||||
${LLVM_INCLUDE_DIRS}
|
||||
"${RPCS3_SRC_DIR}/../ffmpeg/${PLATFORM_ARCH}/include"
|
||||
|
|
|
|||
Loading…
Reference in a new issue