summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/test-tools/binarydump-tool/CMakeLists.txt
blob: d322b42b66ca76726c415527f1559b2fa1d2dd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

cmake_minimum_required (VERSION 2.9)

project(binarydump)

add_definitions (-Wextra -pedantic -Wno-unused-parameter)

add_executable (binarydump binarydump.c)