mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 03:52:57 +00:00
fff
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
|
||||
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
|
||||
|
||||
project(bare_fs C)
|
||||
|
||||
add_bare_module(bare_fs)
|
||||
|
||||
target_sources(
|
||||
${bare_fs}
|
||||
PRIVATE
|
||||
binding.c
|
||||
)
|
||||
Reference in New Issue
Block a user