mirror of https://github.com/qt/qt3d.git
25 lines
599 B
CMake
25 lines
599 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from manual-renderloop.pro.
|
|
|
|
#####################################################################
|
|
## manual-renderloop Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_manual_test(manual-renderloop
|
|
GUI
|
|
SOURCES
|
|
main.cpp
|
|
LIBRARIES
|
|
Qt::3DCore
|
|
Qt::3DExtras
|
|
Qt::3DInput
|
|
Qt::3DRender
|
|
Qt::3DRenderPrivate
|
|
Qt::Gui
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|