mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
- Fix Issue 5 in Bugs.md - Fix Issue 6 in Bugs.md - Apply clang-format - Introduce -fanalyzer analysis for gcc compilation
9 lines
132 B
C
9 lines
132 B
C
#ifndef CG_CONFIG_H
|
|
#define CG_CONFIG_H
|
|
|
|
#mesondefine CG_HAS_XWAYLAND
|
|
#mesondefine CG_HAS_FANALYZE
|
|
|
|
#mesondefine CG_VERSION
|
|
|
|
#endif
|