summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/samples/wasm-c-api-imports/host/CMakeLists.txt
blob: e2636f09e1285f7eb41f5df453ddbf98a78bf309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

cmake_minimum_required(VERSION 3.14)
project(host)

set(CMAKE_BUILD_TYPE Debug)

#
# host
add_executable(example1 ./example1.c)
target_link_libraries(example1 vmlib)