Warning, /frameworks/kidletime/src/plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 if(APPLE) 0002 add_subdirectory(osx) 0003 endif() 0004 0005 if(WIN32) 0006 add_subdirectory(windows) 0007 endif() 0008 0009 if(WITH_X11) 0010 if(HAVE_XSCREENSAVER) 0011 add_subdirectory(xscreensaver) 0012 endif() 0013 if(HAVE_XSYNC) 0014 add_subdirectory(xsync) 0015 endif() 0016 endif() 0017 0018 if (WITH_WAYLAND) 0019 add_subdirectory(wayland) 0020 endif()