kwin/opengltest/CMakeLists.txt
Luboš Luňák 1a02507f50 more helper apps to libexec
svn path=/trunk/KDE/kdebase/workspace/; revision=1122313
2010-05-03 15:02:26 +00:00

10 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} )