Warning, /utilities/keysmith/src/hmac/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(hmac_SRCS hmac.cpp)
0007 
0008 add_library(hmac_lib STATIC ${hmac_SRCS})
0009 target_link_libraries(hmac_lib Qt::Core)