mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
0bbf08fea7
* 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>
8 lines
131 B
CMake
8 lines
131 B
CMake
cmake_minimum_required(VERSION 3.4.3)
|
|
|
|
project(SoftEtherVPN LANGUAGES C)
|
|
|
|
set(default_build_type "Release")
|
|
|
|
add_subdirectory(src)
|