summaryrefslogtreecommitdiffstats
path: root/tests/manual/galaxy/CMakeLists.txt
blob: 1a530daeeb3c913010e4af3b908baff261d22a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
    )