1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-04 02:01:58 +00:00

Rename project

This commit is contained in:
momo5502
2022-04-24 21:12:06 +02:00
parent 3036aebc70
commit 9ce9e1299c
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
#set(CMAKE_DISABLE_SOURCE_CHANGES ON) #set(CMAKE_DISABLE_SOURCE_CHANGES ON)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(secret LANGUAGES C CXX) project(hypervisor LANGUAGES C CXX)
########################################## ##########################################

View File

@ -1,4 +1,4 @@
# secret # Hypervisor
Hypervisor experiments. Hypervisor experiments.
Nothing serious. Yet. Nothing serious. Yet.