1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00
SoftEtherVPN/CMakeLists.txt
Andy Walsh 0bbf08fea7 cmake: lib cleanup and use cmake package_find
* use OPENSSL_ROOT_DIR
* add special .configure handling for osx
* move readline, curses to cedar

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-07-31 18:11:13 +02:00

8 lines
131 B
CMake

cmake_minimum_required(VERSION 3.4.3)
project(SoftEtherVPN LANGUAGES C)
set(default_build_type "Release")
add_subdirectory(src)