Warning, /plasma/kwin/src/libkwineffects/kwinconfig.h.cmake is written in an unsupported language. File is not indexed.

0001 /*
0002 
0003  This file includes config #define's for KWin's libraries
0004  that are installed. Installed files and files using them
0005  should be using these instead of their own.
0006 
0007 */
0008 
0009 #ifndef KWINCONFIG_H
0010 #define KWINCONFIG_H
0011 
0012 #define KWIN_PLUGIN_VERSION_STRING "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}"
0013 
0014 /*
0015 
0016  These should be primarily used to detect what kind of compositing
0017  support is available.
0018 
0019 */
0020 
0021 #cmakedefine01 HAVE_EPOXY_GLX
0022 
0023 #cmakedefine01 HAVE_DL_LIBRARY
0024 
0025 #endif