Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Add example: cvmatio
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ruslo committed Aug 21, 2016
1 parent a74fc84 commit 199fe05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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)

0 comments on commit 199fe05

Please sign in to comment.