summaryrefslogtreecommitdiffstats
path: root/tests/manual/galaxy/CMakeLists.txt
blob: 3558ae72014871a24062a9f7f4db34fbc408bb00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
qt_add_executable(galaxy
    GUI
    EXCEPTIONS
    SOURCES
        cumulativedistributor.cpp cumulativedistributor.h
        galaxydata.cpp galaxydata.h
        main.cpp
        star.cpp star.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)