Warning, /libraries/futuresql/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2022 Jonah BrĂ¼chert <jbb@kaidan.im>
0002 #
0003 # SPDX-License-Identifier: BSD-2-Clause
0004 
0005 ecm_add_tests(sqlitetest.cpp LINK_LIBRARIES futuresql${QT_MAJOR_VERSION} QCoro${QT_MAJOR_VERSION}::Core Qt::Test)
0006 include_directories(${CMAKE_SOURCE_DIR}/src/ ${CMAKE_BINARY_DIR}/src/)
0007 target_compile_definitions(sqlitetest PRIVATE -DTEST_DIR="${CMAKE_CURRENT_SOURCE_DIR}")