Skip to content

Commit

Permalink
Remove lemon from public links
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor authored and cbentejac committed Nov 2, 2023
1 parent 7b8263b commit 512e7ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/aliceVision/graph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ alicevision_add_interface(aliceVision_graph
SOURCES ${graph_files_headers}
LINKS
aliceVision_system
${LEMON_LIBRARY}
)

# Unit tests
alicevision_add_test(connectedComponent_test.cpp NAME "graph_connectedComponent" LINKS aliceVision_graph)
alicevision_add_test(triplet_test.cpp NAME "graph_triplet" LINKS aliceVision_graph)
alicevision_add_test(connectedComponent_test.cpp NAME "graph_connectedComponent" LINKS aliceVision_graph ${LEMON_LIBRARY})
alicevision_add_test(triplet_test.cpp NAME "graph_triplet" LINKS aliceVision_graph ${LEMON_LIBRARY})
4 changes: 4 additions & 0 deletions src/aliceVision/sfm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ alicevision_add_library(aliceVision_sfm
Boost::filesystem
Boost::boost
${CERES_LIBRARIES}
PRIVATE_LINKS
${LEMON_LIBRARY}
)

# Unit tests
Expand All @@ -88,6 +90,7 @@ alicevision_add_test(bundle/bundleAdjustment_test.cpp
aliceVision_multiview_test_data
aliceVision_feature
aliceVision_system
${LEMON_LIBRARY}
)

alicevision_add_test(utils/alignment_test.cpp
Expand All @@ -96,6 +99,7 @@ alicevision_add_test(utils/alignment_test.cpp
aliceVision_sfm
aliceVision_multiview
aliceVision_multiview_test_data
${LEMON_LIBRARY}
)

add_subdirectory(pipeline)
Expand Down
3 changes: 2 additions & 1 deletion src/aliceVision/track/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ alicevision_add_library(aliceVision_track
aliceVision_feature
aliceVision_matching
aliceVision_stl
${LEMON_LIBRARY}
Boost::json
PRIVATE_LINKS
${LEMON_LIBRARY}
)

# Unit tests
Expand Down
1 change: 1 addition & 0 deletions src/software/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ if(ALICEVISION_BUILD_SFM)
Boost::filesystem
Boost::boost
Boost::timer
${LEMON_LIBRARY}
)

# Keyframe selection
Expand Down

0 comments on commit 512e7ab

Please sign in to comment.