1
0
Fork 0
forked from blue/squawk

build: finish up CMakeLists refactoring

This commit is contained in:
vae 2021-05-11 22:21:25 +03:00
parent 0038aca1f6
commit 7d2688151c
Signed by untrusted user: vae
GPG key ID: A9A33351400E00E5
6 changed files with 51 additions and 64 deletions

View file

@ -5,5 +5,5 @@ if (WITH_KWALLET)
kwallet.h
)
target_link_libraries(squawk PUBLIC KF5::Wallet)
target_link_libraries(squawk PRIVATE KF5::Wallet)
endif ()