Skip to content

Commit

Permalink
octovis: link publicly, minor clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Nov 28, 2019
1 parent cb178db commit dbb47d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions octovis/CMakeLists_src.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ target_link_libraries(octovis-static)
set_target_properties(octovis-static PROPERTIES OUTPUT_NAME octovis)

add_library(octovis-shared SHARED ${viewerlib_SRCS})
target_link_libraries(octovis-shared
target_link_libraries(octovis-shared PUBLIC
${OPENGL_gl_LIBRARY}
${OPENGL_glu_LIBRARY}
${OCTOMAP_LIBRARIES}
Expand All @@ -129,9 +129,7 @@ endif()
add_executable(octovis ${viewer_SRCS} ${viewer_UIS_H} ${viewer_MOC_SRCS} ${viewer_RES})

target_link_libraries(octovis
# ${QGLViewer_LIBRARIES}
${QT_LIBRARIES}
${OCTOMAP_LIBRARIES}
octovis-shared
)

Expand Down

0 comments on commit dbb47d8

Please sign in to comment.