mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-20 02:09:25 +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:
committed by
Moataz Elmasry
parent
5b60892d5d
commit
f65ae2bf7d
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: softether-vpn
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Dmitry Orlov <me@mosquito.su>
|
||||
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, linux-libc-dev, libssl-dev, zlib1g-dev, libreadline-dev, build-essential, dh-exec
|
||||
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, linux-libc-dev, libssl-dev, zlib1g-dev, libreadline-dev, build-essential, cmake, dh-exec
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://www.softether.org/
|
||||
|
||||
|
Reference in New Issue
Block a user