qskinny/playground/models/CMakeLists.txt

8 lines
390 B
CMake
Raw Normal View History

2024-02-22 17:58:05 +00:00
############################################################################
# QSkinny - Copyright (C) The authors
# SPDX-License-Identifier: BSD-3-Clause
############################################################################
qsk_add_example(models Window.h Window.cpp QskDataControlMapper.cpp QskDataControlMapper.h main.cpp)
target_link_libraries(models PRIVATE Qt::Sql)