cmake_minimum_required(VERSION 3.23) project(rc64 CXX) add_library(rc64 ) target_include_directories(rc64 PUBLIC src/misc)