Skip to content

Commit

Permalink
better build
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Jul 8, 2024
1 parent 7a6ff84 commit 6da2d3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
build/
dist/
9 changes: 7 additions & 2 deletions cart/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# build for carts

cmake_minimum_required (VERSION 3.18)

project(wasm_shared-cart
DESCRIPTION "null0 engine experiment: shared memory"
HOMEPAGE_URL "https://github.com/notnullgames/wasm-shared"
VERSION 0.0.1
LANGUAGES C
)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

set(CMAKE_SYSTEM_NAME WASI)
Expand Down

0 comments on commit 6da2d3d

Please sign in to comment.