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

VMBoxGen: generate lboxconfig.h post build if LAIKA_OBFUSCATE

This commit is contained in:
2022-05-11 14:50:42 -05:00
parent c4fc1a1fe6
commit 36aefba340
5 changed files with 33 additions and 19 deletions

View File

@@ -24,6 +24,9 @@ set(LAIKA_VERSION_MAJOR 0)
set(LAIKA_VERSION_MINOR 2)
set(SODIUM_DISABLE_TESTS ON)
# vmbox config location
set(LAIKA_VMBOXCONFIG ${LIB_INCLUDEDIR}/lboxconfig.h PARENT_SCOPE)
project(LaikaLib VERSION ${LAIKA_VERSION_MAJOR}.${LAIKA_VERSION_MINOR})
message(STATUS "Building config file...")