Warning, /graphics/kphotoalbum/lib/kpaexif/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Johannes Zarl-Zierl <johannes@zarl-zierl.at>
0002 #
0003 # SPDX-License-Identifier: BSD-3-Clause
0004 
0005 # The library is defined in the parent directory, this file only defines test cases.
0006 
0007 include(ECMAddTests)
0008 ecm_add_test(
0009     TestExifDatabase.cpp
0010     TEST_NAME TestExifDatabase
0011     LINK_LIBRARIES Qt5::Core Qt5::Test KPA::Exif
0012     )
0013 # vi:expandtab:tabstop=4 shiftwidth=4: