mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-16 04:35:01 +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
@ -6,12 +6,12 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||
export CFLAGS="-I${HOME}/opt/include"
|
||||
export LDFLAGS="-L${HOME}/opt/lib"
|
||||
./configure
|
||||
make
|
||||
make -C tmp
|
||||
ldd bin/vpnserver/vpnserver
|
||||
dh build-arch
|
||||
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
./configure
|
||||
make
|
||||
make -C tmp
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user