CMakeLists commentary

This commit is contained in:
Mirek Kratochvil 2018-02-01 10:21:31 +01:00
parent d7362a0e5b
commit fb616a748e

View File

@ -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 <tearsofphoenix@icloud.com>
cmake_minimum_required(VERSION 3.8)
project(ccr)
@ -88,4 +93,4 @@ if (HAVE_CRYPTOPP)
else()
target_link_libraries(ccr cryptopp)
endif()
endif ()
endif ()