CMakeLists.txt 282 B

1234567891011
  1. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  2. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. cmake_minimum_required (VERSION 3.14)
  4. project(binarydump)
  5. add_definitions (-Wextra -pedantic -Wno-unused-parameter)
  6. add_executable (binarydump binarydump.c)