mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@ --buildsystem=cmake+ninja
|
||
|
|
||
|
override_dh_ctest_configure:
|
||
|
dh_ctest_configure -- -DSET_TWEAK=OFF -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
|