summaryrefslogtreecommitdiffstats
path: root/examples/embedded/lightmaps/CMakeLists.txt
blob: 4779d07adc49621fc0fe47d8417a08f28224d278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from lightmaps.pro.

#####################################################################
## lightmaps Binary:
#####################################################################

add_qt_executable(lightmaps
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/embedded/lightmaps"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/embedded/lightmaps"
    SOURCES
        lightmaps.cpp lightmaps.h
        main.cpp
        mapzoom.cpp mapzoom.h
        slippymap.cpp slippymap.h
    LIBRARIES
        Qt::Network
        Qt::Widgets
)

#### Keys ignored in scope 1:.:lightmaps.pro:<NONE>:
# TEMPLATE = "app"