added additional library search paths to find bullet

This allowed CMake to correctly build Visual Studio 2010 project files against a windows compiled version of bullet (2.81 rev 2613)
actorid
Nathan Jeffords 12 years ago
parent 7e0713f6c4
commit 008d6d6589

@ -27,6 +27,8 @@ macro(_FIND_BULLET_LIBRARY _var)
${ARGN}
PATHS
${BULLET_ROOT}
${BULLET_ROOT}/lib/Debug
${BULLET_ROOT}/lib/Release
${BULLET_ROOT}/out/release8/libs
${BULLET_ROOT}/out/debug8/libs
PATH_SUFFIXES lib

Loading…
Cancel
Save