mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Support split dependency build trees.
For 32/64 bit builds. CMake won't detect a split build tree for Boost, and yaml-cpp detection may select the wrong build tree (at least for 64-bit builds when a 32-bit tree also exists).
This commit is contained in:
@@ -216,10 +216,13 @@ include_directories ("${CMAKE_SOURCE_DIR}/src"
|
||||
${GTEST_INCLUDE_DIRS}
|
||||
"${PSEUDOSEM_ROOT}/include")
|
||||
|
||||
# Look in build and build/<arch> folders to support single and multiarch builds.
|
||||
link_directories ("${LIBLOADORDER_ROOT}/build"
|
||||
"${LIBLOADORDER_ROOT}/build/${PROJECT_ARCH}"
|
||||
"${LIBGIT2_ROOT}/build"
|
||||
"${CEF_ROOT}/Release"
|
||||
"${CEF_ROOT}/build/libcef_dll/Release")
|
||||
"${LIBGIT2_ROOT}/build/${PROJECT_ARCH}"
|
||||
|
||||
|
||||
##############################
|
||||
|
||||
Reference in New Issue
Block a user