From fb616a748ecac0c772fae6c9ae46bb13a67edbdf Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 1 Feb 2018 10:21:31 +0100 Subject: [PATCH] CMakeLists commentary --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 831ac06..112491b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,8 @@ +# Alternative way for building the project from git, viable for less-unixy +# platforms. Do _NOT_ use this for packaging; _DO_ use autotools instead. +# +# (c) 2018- tearsofphoenix + cmake_minimum_required(VERSION 3.8) project(ccr) @@ -88,4 +93,4 @@ if (HAVE_CRYPTOPP) else() target_link_libraries(ccr cryptopp) endif() -endif () \ No newline at end of file +endif ()