Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 824982
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/CMakeLists.txt
0
++ b/src/CMakeLists.txt
Lines 24-30 if (OPENGL_FOUND AND GLUT_FOUND) Link Here
24
                                     KsPlotTools.cpp)
24
                                     KsPlotTools.cpp)
25
25
26
    target_link_libraries(kshark-plot  kshark
26
    target_link_libraries(kshark-plot  kshark
27
                                       ${GLUT_LIBRARY}
27
                                       ${GLUT_LIBRARIES}
28
                                       ${OPENGL_LIBRARIES})
28
                                       ${OPENGL_LIBRARIES})
29
29
30
    set_target_properties(kshark-plot PROPERTIES  SUFFIX ".so.${KS_VERSION_STRING}")
30
    set_target_properties(kshark-plot PROPERTIES  SUFFIX ".so.${KS_VERSION_STRING}")

Return to bug 824982