1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-10 01:34:58 +03:00

Replace hand-written Makefiles with CMake (#518)

* src: remove makefiles

* .gitignore: remove CMakeLists.txt

* README.md: add CMake to the required packages

* debian: add CMake to the dependencies

* Travis CI: specify Makefile directory

* Replace hand-written Makefiles with CMake
This commit is contained in:
Davide Beatrici
2018-05-22 22:20:41 +02:00
committed by Moataz Elmasry
parent 5b60892d5d
commit f65ae2bf7d
17 changed files with 264 additions and 4682 deletions

View File

@ -142,6 +142,7 @@ from GitHub. You may make your own fork project from our project.
- libncurses5-dev
- libreadline-dev
- make
- cmake
- libssl-dev
- zlib1g-dev
@ -149,6 +150,7 @@ from GitHub. You may make your own fork project from our project.
- gcc
- openssl-devel
- make
- cmake
- ncurses-devel
- readline-devel
- zlib-devel