squawk/core/passwordStorageEngines/wrappers/CMakeLists.txt

5 lines
182 B
CMake
Raw Normal View History

add_library(kwalletWrapper SHARED kwallet.cpp)
target_link_libraries(kwalletWrapper PRIVATE KF5::Wallet)
2022-01-27 17:44:32 +00:00
install(TARGETS kwalletWrapper LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})