Debian package: Build tests and examples, this should fix OBS build failures.

This commit is contained in:
Alexander Shaduri
2022-02-02 23:09:20 +04:00
parent ef94137edc
commit 9e1d92a7bc
+1 -1
View File
@@ -8,4 +8,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DAPP_COMPILER_ENABLE_WARNINGS=ON
dh_auto_configure -- -DAPP_COMPILER_ENABLE_WARNINGS=ON -DAPP_BUILD_EXAMPLES=ON -DAPP_BUILD_TESTS=ON