Skip to content

Commit

Permalink
python wrapper lib
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangdonglai committed Dec 4, 2019
1 parent d091472 commit d0727c6
Show file tree
Hide file tree
Showing 2 changed files with 945 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FitAdam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ target_link_libraries(bvh ${OpenCV_LIBS})
target_link_libraries(bvh ${CERES_LIBRARIES})
target_link_libraries(bvh ${OPENGL_LIBRARIES} ${GLUT_LIBRARY} ${GLEW_LIBRARY})
target_link_libraries(bvh ${GFLAGS_LIBRARY} ${Boost_LIBRARIES})

add_library(PythonWrapper SHARED pythonWrapper.cpp)
target_link_libraries( PythonWrapper MYLIB )
target_link_libraries( PythonWrapper ${OpenCV_LIBS} )
target_link_libraries( PythonWrapper ${CERES_LIBRARIES})
target_link_libraries( PythonWrapper ${OPENGL_LIBRARIES} ${GLUT_LIBRARY} ${GLEW_LIBRARY})
Loading

0 comments on commit d0727c6

Please sign in to comment.