mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-16 05:53:08 +01:00
[debian] switch to cmake
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
6206616347
commit
2ca229ed7c
6 changed files with 16 additions and 28 deletions
12
debian/rules
vendored
12
debian/rules
vendored
|
@ -8,6 +8,16 @@ export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
|
|||
export DEB_LDFLAGS_MAINT_APPEND =
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --buildsystem=cmake
|
||||
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean --buildsystem=cmake --sourcedirectory=build/
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure --buildsystem=cmake --sourcedirectory=build/ -- \
|
||||
-DWITH_UPNP=ON
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build --buildsystem=cmake
|
||||
|
||||
override_dh_auto_install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue