mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
10 lines
294 B
CMake
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} )
|
|
|