mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 17:32:30 +02:00
fix RelWithDebInfo path for faceshift
This commit is contained in:
parent
654ae5032b
commit
be34e5a814
1 changed files with 2 additions and 0 deletions
2
cmake/externals/faceshift/CMakeLists.txt
vendored
2
cmake/externals/faceshift/CMakeLists.txt
vendored
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue