kde-workspace/kwin/opengltest/CMakeLists.txt
2015-09-01 04:37:19 +03:00

10 lines
294 B
CMake

########### next target ###############
set(kwin_opengl_test_SRCS opengltest.cpp )
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} )