1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00
SoftEtherVPN/CMakeLists.txt
2018-05-10 21:34:14 +02:00

8 lines
129 B
CMake

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