CMakeLists.txt

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
add_test_run(check planet TESTS
        affine2d.tests.cpp
        affine3d.tests.cpp
        asset_manager.tests.cpp
        baseplate.ui.tests.cpp
        box.layout.tests.cpp
        breakable_row.layout.tests.cpp
        column.layout.tests.cpp
        constrained.tests.cpp
        entities.tests.cpp
        event.tests.cpp
        gravity.tests.cpp
        grid.layout.tests.cpp
        headers.cpp
        hexmap.tests.cpp
        map.tests.cpp
        panel.tests.cpp
        performance.tests.cpp
        range.ui.tests.cpp
        row.layout.tests.cpp
        serialise.tests.cpp
        scaling.tests.cpp
        telemetry.tests.cpp
        time.tests.cpp
    )