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 ()