Initial reorg.
This is largely the same as #305, but updated for the current tree.
This commit is contained in:
8
crates/wasi-c/sandboxed-system-primitives/CMakeLists.txt
Normal file
8
crates/wasi-c/sandboxed-system-primitives/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(SandboxedSystemPrimitives C)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
add_library(SandboxedSystemPrimitives STATIC src/posix.c src/random.c src/str.c)
|
||||
|
||||
install(TARGETS SandboxedSystemPrimitives DESTINATION .)
|
||||
Reference in New Issue
Block a user