initial commit
This commit is contained in:
parent
b0827bcc42
commit
f96551567f
5
debian/rules
vendored
5
debian/rules
vendored
@ -65,11 +65,10 @@ srcdir = $(shell debian/scripts/get_pwd.sh)
|
||||
|
||||
## overriding dh_auto_configure to add custom configs:
|
||||
override_dh_auto_configure:
|
||||
mkdir -p ./build && cd ./build
|
||||
cmake . --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -B build
|
||||
|
||||
override_dh_build:
|
||||
cmake --build ./build --config Release
|
||||
cmake --build build
|
||||
|
||||
## overriding dh_install to install files to a package:
|
||||
override_dh_auto_install:
|
||||
|
Loading…
Reference in New Issue
Block a user