Skip to content

Commit

Permalink
Tested SO3 optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
tingelst committed Sep 14, 2017
1 parent 10d63e9 commit b9ed6ff
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 88 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ target_link_libraries(versor_pybind11 ${PYTHON_LIBRARIES})
set_target_properties(versor_pybind11 PROPERTIES PREFIX "")
set_target_properties(versor_pybind11 PROPERTIES SUFFIX ".so")

add_library(linear_solver SHARED src/linear_solver.cpp)
target_link_libraries(linear_solver ${PYTHON_LIBRARIES})
set_target_properties(linear_solver PROPERTIES PREFIX "")
set_target_properties(linear_solver PROPERTIES SUFFIX ".so")

if (BUILD_TESTING)
message("-- Build the tests.")
Expand Down
Loading

0 comments on commit b9ed6ff

Please sign in to comment.