Warning, /utilities/keysmith/src/oath/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 set(oath_SRCS
0006     oath.cpp
0007 )
0008 
0009 add_library(oath_lib STATIC ${oath_SRCS})
0010 target_link_libraries(oath_lib Qt::Core hmac_lib)