From 199fe05599e12ef3cb660ab1ad9c74516a982421 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Sun, 21 Aug 2016 08:38:58 +0300 Subject: [PATCH] Add example: cvmatio [skip ci] --- examples/cvmatio/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/cvmatio/CMakeLists.txt diff --git a/examples/cvmatio/CMakeLists.txt b/examples/cvmatio/CMakeLists.txt new file mode 100644 index 0000000000..266b1ddd4a --- /dev/null +++ b/examples/cvmatio/CMakeLists.txt @@ -0,0 +1,13 @@ +# Copyright (c) 2016, Ruslan Baratov +# All rights reserved. + +cmake_minimum_required(VERSION 3.0) + +# Emulate HunterGate: +# * https://github.com/hunter-packages/gate +include("../common.cmake") + +project(download-cvmatio) + +# download cvmatio +hunter_add_package(cvmatio)