kwin/plugins/platforms/x11/standalone/CMakeLists.txt

14 lines
284 B
Text
Raw Normal View History

set(X11PLATFORM_SOURCES
x11_platform.cpp
)
add_library(KWinX11Platform MODULE ${X11PLATFORM_SOURCES})
target_link_libraries(KWinX11Platform kwin Qt5::X11Extras)
install(
TARGETS
KWinX11Platform
DESTINATION
${PLUGIN_INSTALL_DIR}/org.kde.kwin.platforms/
)