mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ endif()
|
||||||
include_directories(
|
include_directories(
|
||||||
${GLEW_INCLUDE_DIR}
|
${GLEW_INCLUDE_DIR}
|
||||||
${wxWidgets_INCLUDE_DIRS}
|
${wxWidgets_INCLUDE_DIRS}
|
||||||
|
${ZLIB_INCLUDE_DIR}
|
||||||
${OPENAL_INCLUDE_DIR}
|
${OPENAL_INCLUDE_DIR}
|
||||||
${LLVM_INCLUDE_DIRS}
|
${LLVM_INCLUDE_DIRS}
|
||||||
"${RPCS3_SRC_DIR}/../ffmpeg/${PLATFORM_ARCH}/include"
|
"${RPCS3_SRC_DIR}/../ffmpeg/${PLATFORM_ARCH}/include"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue