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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user