Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
GhsMulti
/
GhsMultiInterface
/
CMakeLists.txt
blob: a316909ded9b4517c7c43c4d001872fee02351aa [
file
]
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
project(test C)
add_library(iface INTERFACE)