Implement multi-value feature and import binarydump tool (#308)
This commit is contained in:
11
test-tools/binarydump-tool/CMakeLists.txt
Normal file
11
test-tools/binarydump-tool/CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
project(binarydump)
|
||||
|
||||
add_definitions (-Wextra -pedantic -Wno-unused-parameter)
|
||||
|
||||
add_executable (binarydump binarydump.c)
|
||||
|
||||
Reference in New Issue
Block a user