1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-28 20:57:35 +00:00

Added CMake flag for enabling persistence

This commit is contained in:
2022-04-07 19:04:42 -05:00
parent 412418ec0a
commit 2fb0ef29a6
3 changed files with 8 additions and 1 deletions

View File

@@ -1,8 +1,11 @@
#ifndef LAIKA_PERSIST_H
#define LAIKA_PERSIST_H
/* undefine to enable persistence */
#include "lconfig.h"
#ifndef LAIKA_PERSISTENCE
#define LAIKA_NOINSTALL
#endif
#include <stdbool.h>