Warning, /libraries/futuresql/examples/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 include_directories(${CMAKE_BINARY_DIR}/src ${CMAKE_SOURCE_DIR}/src)
0006 
0007 add_executable(hello-world hello-world.cpp)
0008 add_executable(transaction transaction.cpp)
0009 
0010 target_link_libraries(hello-world Qt::Core QCoro${QT_MAJOR_VERSION}::Core futuresql${QT_MAJOR_VERSION})
0011 target_link_libraries(transaction Qt::Core QCoro${QT_MAJOR_VERSION}::Core futuresql${QT_MAJOR_VERSION})