qskinny/playground/models/CMakeLists.txt

8 lines
392 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
############################################################################
2024-02-23 21:37:41 +00:00
qsk_add_example(models QskModelObjectBinder.cpp QskModelObjectBinder.h Window.h Window.cpp main.cpp)
2024-02-22 17:58:05 +00:00
target_link_libraries(models PRIVATE Qt::Sql)