summaryrefslogtreecommitdiffstats
path: root/tests/manual/galaxy/CMakeLists.txt
blob: f089ed7d44761b70b5f90bd4c3bd0cea47243a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

set(CMAKE_INCLUDE_CURRENT_DIR ON)
qt_add_executable(galaxy
    cumulativedistributor.cpp cumulativedistributor.h
    galaxydata.cpp galaxydata.h
    main.cpp
    star.cpp star.h
    )
target_link_libraries(galaxy PUBLIC
    Qt::Gui
    Qt::Widgets
    )