Warning, /utilities/keysmith/src/account/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 # SPDX-FileCopyrightText: 2020 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
0004 #
0005 
0006 set(account_SRCS
0007     account.cpp
0008     account_p.cpp
0009     actions_p.cpp
0010     keys.cpp
0011     validation.cpp
0012 )
0013 
0014 add_library(account_lib STATIC ${account_SRCS})
0015 target_link_libraries(account_lib Qt::Core base32_lib oath_lib secrets_lib)