Added CCI to build and support of conan.io

This commit is contained in:
2018-03-27 20:52:14 +02:00
parent e3235e8fda
commit 27b1e268c0
8 changed files with 87 additions and 28 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8.12)
cmake_minimum_required(VERSION 3.3)
# Add executable called "transaction_recording" that is built from the source files
# "scv_tr_recording_example.cpp". The extensions are automatically found.
add_executable (transaction_recording scv_tr_recording_example.cpp)