aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/CMakeLists.txt
blob: f9d9bc0dc56c4b8457883d1b76b5e2585f208c79 (plain)
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
26
27
28
29
30
add_qtc_plugin(BareMetal
  DEPENDS QtcSsh
  PLUGIN_DEPENDS Core Debugger ProjectExplorer
  SOURCES
    baremetal.qrc
    baremetalconstants.h
    baremetalcustomrunconfiguration.cpp baremetalcustomrunconfiguration.h
    baremetaldebugsupport.cpp baremetaldebugsupport.h
    baremetaldevice.cpp baremetaldevice.h
    baremetaldeviceconfigurationwidget.cpp baremetaldeviceconfigurationwidget.h
    baremetaldeviceconfigurationwizard.cpp baremetaldeviceconfigurationwizard.h
    baremetaldeviceconfigurationwizardpages.cpp baremetaldeviceconfigurationwizardpages.h
    baremetalgdbcommandsdeploystep.cpp baremetalgdbcommandsdeploystep.h
    baremetalplugin.cpp baremetalplugin.h
    baremetalrunconfiguration.cpp baremetalrunconfiguration.h
    defaultgdbserverprovider.cpp defaultgdbserverprovider.h
    gdbserverprovider.cpp gdbserverprovider.h
    gdbserverproviderchooser.cpp gdbserverproviderchooser.h
    gdbserverprovidermanager.cpp gdbserverprovidermanager.h
    gdbserverproviderprocess.cpp gdbserverproviderprocess.h
    gdbserverproviderssettingspage.cpp gdbserverproviderssettingspage.h
    iarewparser.cpp iarewparser.h
    iarewtoolchain.cpp iarewtoolchain.h
    keilparser.cpp keilparser.h
    keiltoolchain.cpp keiltoolchain.h
    sdccparser.cpp sdccparser.h
    sdcctoolchain.cpp sdcctoolchain.h
    openocdgdbserverprovider.cpp openocdgdbserverprovider.h
    stlinkutilgdbserverprovider.cpp stlinkutilgdbserverprovider.h
)