fix for faceshift library name on OS X

This commit is contained in:
Stephen Birarda 2016-01-07 14:23:34 -08:00
parent 1a10d2eb72
commit 718e994050

View file

@ -29,13 +29,11 @@ if (WIN32)
set(LIBRARY_EXT "lib")
elseif (APPLE)
set(LIBRARY_EXT "a")
set(LIBRARY_PREFIX "lib")
if (CMAKE_GENERATOR STREQUAL "Unix Makefiles")
set(LIBRARY_PREFIX "lib")
set(LIBRARY_DEBUG_PATH "build")
set(LIBRARY_RELEASE_PATH "build")
else ()
set(LIBRARY_PREFIX "")
endif ()
endif()