CMakeLists commentary
This commit is contained in:
parent
d7362a0e5b
commit
fb616a748e
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue