Skip to content

Commit

Permalink
[Build] Added ceres include dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
rjanvier committed Jul 7, 2020
1 parent 16309c9 commit b6e9df8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/software/SfM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ target_link_libraries(openMVG_main_FrustumFiltering
)

add_executable(openMVG_main_ComputeStructureFromKnownPoses main_ComputeStructureFromKnownPoses.cpp)
target_include_directories(openMVG_main_ComputeStructureFromKnownPoses
PRIVATE
${CERES_INCLUDE_DIRS}
)
target_link_libraries(openMVG_main_ComputeStructureFromKnownPoses
PRIVATE
openMVG_system
Expand Down

0 comments on commit b6e9df8

Please sign in to comment.