View | Details | Raw Unified | Return to bug 205149
Collapse All | Expand All

(-)kwin/opengltest/CMakeLists.txt (-1 / +1 lines)
Lines 4-10 set(kwin_opengl_test_SRCS opengltest.cpp Link Here
4
4
5
kde4_add_executable(kwin_opengl_test ${kwin_opengl_test_SRCS})
5
kde4_add_executable(kwin_opengl_test ${kwin_opengl_test_SRCS})
6
6
7
target_link_libraries(kwin_opengl_test ${X11_LIBRARIES} ${OPENGL_gl_LIBRARY})
7
target_link_libraries(kwin_opengl_test ${OPENGL_gl_LIBRARY} ${X11_LIBRARIES})
8
8
9
install(TARGETS kwin_opengl_test DESTINATION ${LIBEXEC_INSTALL_DIR} )
9
install(TARGETS kwin_opengl_test DESTINATION ${LIBEXEC_INSTALL_DIR} )
10
10

Return to bug 205149