added CMakeLists for server and wireguard-service projects
This commit is contained in:
parent
c8010d4d52
commit
16e26ef215
6 changed files with 173 additions and 0 deletions
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.23.0 FATAL_ERROR)
|
||||
|
||||
set(PROJECT AmneziaVPN)
|
||||
project(${PROJECT})
|
||||
|
||||
add_subdirectory(service)
|
||||
Loading…
Add table
Add a link
Reference in a new issue