prebid-integration-monitor/node_modules/bare-os/CMakeLists.txt
2024-04-30 06:48:50 -06:00

14 lines
154 B
CMake

cmake_minimum_required(VERSION 3.25)
project(bare_os C)
include(bare)
add_bare_module(bare_os)
target_sources(
${bare_os}
PRIVATE
binding.c
)