c90f503821
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers - Update various JavaScript and TypeScript files in node_modules - Remove unused files and dependencies - Add new test fixtures and documentation files
14 lines
204 B
CMake
14 lines
204 B
CMake
cmake_minimum_required(VERSION 3.25)
|
|
|
|
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
|
|
|
|
project(bare_os C)
|
|
|
|
add_bare_module(bare_os)
|
|
|
|
target_sources(
|
|
${bare_os}
|
|
PRIVATE
|
|
binding.c
|
|
)
|