mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
8 lines
135 B
C
8 lines
135 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine USE_INOTIFY 1
|
|
#cmakedefine WITH_CSYNC 1
|
|
|
|
#cmakedefine THEME_CLASS @THEME_CLASS@
|
|
#endif
|