1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-02-09 09:30:03 +00:00

added 'LAIKA_OBFUSCATE' cmake option

- if defined, enables LAIKA_BOX obfuscation for variables
- new macros (LAIKA_BOX_SKID_START & LAIKA_BOX_SKID_END), become no-ops if LAIKA_OBFUSCATE is undefined
- TODO: use cmake to automate the generation of lboxconfig.h
This commit is contained in:
2022-05-10 20:28:54 -05:00
parent 062d8f1dd6
commit e3a1f51d60
8 changed files with 87 additions and 76 deletions

View File

@@ -21,7 +21,7 @@ endif ()
# version details
set(LAIKA_VERSION_MAJOR 0)
set(LAIKA_VERSION_MINOR 1)
set(LAIKA_VERSION_MINOR 2)
set(SODIUM_DISABLE_TESTS ON)
project(LaikaLib VERSION ${LAIKA_VERSION_MAJOR}.${LAIKA_VERSION_MINOR})