1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-09-20 02:28:19 +00:00
Laika/tools/CMakeLists.txt
CPunch 5aecc1b63f VMBoxGen refactor, obfuscate static CNC ip & port strings
- VMBoxGen is built before shared lib
- VMBoxGen has no reliance on the shared lib, just the config file
- main config was moved to the root cmakelists
2022-05-19 01:42:40 -05:00

5 lines
88 B
CMake

cmake_minimum_required(VERSION 3.16)
add_subdirectory(genkey)
add_subdirectory(vmtest)