mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
8 lines
129 B
CMake
8 lines
129 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
|
||
|
project(SoftEtherVPN LANGUAGES C)
|
||
|
|
||
|
set(default_build_type "Release")
|
||
|
|
||
|
add_subdirectory(src)
|