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