You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
299 B
CMake

########### next target ###############
set(kwin_opengl_test_SRCS opengltest.cpp )
kde4_add_executable(kwin_opengl_test ${kwin_opengl_test_SRCS})
target_link_libraries(kwin_opengl_test ${X11_LIBRARIES} ${OPENGL_gl_LIBRARY})
install(TARGETS kwin_opengl_test DESTINATION ${LIBEXEC_INSTALL_DIR} )