astro-ghostcms/.pnpm-store/v3/files/ce/cb33d2225bed7b354785fb1a1be...

14 lines
154 B
Plaintext

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