Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
node_modules
/
bare-os
/
CMakeLists.txt
blob: c8da1971ab176532229cf4487da01a222a15ecc8 [
file
] [
edit
]
cmake_minimum_required(VERSION 4.0)
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
)