fix RelWithDebInfo path for faceshift

This commit is contained in:
Stephen Birarda 2017-03-23 16:40:13 -07:00
parent 654ae5032b
commit be34e5a814

View file

@ -27,6 +27,8 @@ set(LIBRARY_RELEASE_PATH "lib/Release")
if (WIN32)
set(LIBRARY_PREFIX "")
set(LIBRARY_EXT "lib")
# use RelWithDebInfo in release path when building RelWithDebInfo config on Windows
set(LIBRARY_RELEASE_PATH "$<$<CONFIG:RelWithDebInfo>:build/RelWithDebInfo>$<$<NOT:$<CONFIG:RelWithDebInfo>>:lib/Release>")
elseif (APPLE)
set(LIBRARY_EXT "a")
set(LIBRARY_PREFIX "lib")