Superbuild: help Windows to find PNG lib
This commit is contained in:
parent
4f7be59b0d
commit
06619741c4
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ if (MSVC)
|
||||||
list(APPEND SG_DEPS Boost)
|
list(APPEND SG_DEPS Boost)
|
||||||
list(APPEND SG_CMAKE_ARGS -DBOOST_ROOT=${CMAKE_BINARY_DIR}/src/Boost)
|
list(APPEND SG_CMAKE_ARGS -DBOOST_ROOT=${CMAKE_BINARY_DIR}/src/Boost)
|
||||||
list(APPEND FG_CMAKE_ARGS -DBOOST_ROOT=${CMAKE_BINARY_DIR}/src/Boost)
|
list(APPEND FG_CMAKE_ARGS -DBOOST_ROOT=${CMAKE_BINARY_DIR}/src/Boost)
|
||||||
|
list(APPEND FG_CMAKE_ARGS -DPNG_LIBRARY=${CMAKE_BINARY_DIR}/${RDPARTY_DIR}/lib/libpng16.lib)
|
||||||
list(APPEND FGRUN_CMAKE_ARGS -DBOOST_ROOT=${CMAKE_BINARY_DIR}/src/Boost)
|
list(APPEND FGRUN_CMAKE_ARGS -DBOOST_ROOT=${CMAKE_BINARY_DIR}/src/Boost)
|
||||||
endif(MSVC) # of Windows
|
endif(MSVC) # of Windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue