mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-22 04:50:06 +00:00
CPunch
71db213261
- lboxconfig.h holds obfuscated data, which is generated by VMBoxGen - linpersist.c now uses obfuscated strings
6 lines
115 B
CMake
6 lines
115 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
add_subdirectory(vmboxgen)
|
|
add_subdirectory(genkey)
|
|
add_subdirectory(vmtest)
|