Node updated. Some todos.

This commit is contained in:
Norm Rasmussen
2024-09-23 20:52:09 -04:00
parent 8bfaca8375
commit f25622067f
2041 changed files with 124145 additions and 110445 deletions

13
Scripts/node_modules/bare-os/CMakeLists.txt generated vendored Normal file
View File

@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 3.25)
project(bare_os C)
include(bare)
add_bare_module(bare_os)
target_sources(
${bare_os}
PRIVATE
binding.c
)