initial commit

This commit is contained in:
Simone Coco
2025-12-23 16:50:39 +01:00
commit 46fe51b340
4 changed files with 32 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.23)
project(rc64 CXX)
add_library(rc64 )
target_include_directories(rc64 PUBLIC src/misc)