adding more opencv libraries and fix cmake for opencv and faceshift for windows

This commit is contained in:
Brad Hefta-Gaub 2014-01-13 20:12:11 -08:00
parent a24dbfce0b
commit 73aae6ef02
11 changed files with 2 additions and 5 deletions

View file

@ -240,14 +240,11 @@ endif (APPLE)
if (WIN32)
target_link_libraries(
${TARGET_NAME}
# something is wrong with the find faceshift cmake, so it's not finding the windows lib, hard coding it for now
#${FACESHIFT_LIBRARIES}
${CMAKE_CURRENT_SOURCE_DIR}/external/faceshift/lib/WIN32/faceshift.lib
${OPENCV_LIBRARIES}
${FACESHIFT_LIBRARIES}
# this was from the first verion of the attempt to port to windows, it may or may not be correct, temporarily disabled
#${CMAKE_CURRENT_SOURCE_DIR}/external/glut/Release/glew32.lib
${GLUT_ROOT_PATH}/lib/freeglut.lib
# note: the pthreads stuff was in the /external/glut before, that's not right, I moved it to it's own location

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.