aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/CMakeLists.txt
blob: 0dd4f690f28ac8b4893b9dc3ca0896101590ad6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if (WITH_TESTS)
  set(TST_COMPONENT CppEditor CppTools)
endif()

add_qtc_plugin(FakeVim
  PLUGIN_DEPENDS Core TextEditor ${TST_COMPONENT}
  SOURCES ${TEST_SOURCES}
    fakevim.qrc
    fakevimactions.cpp fakevimactions.h
    fakevimhandler.cpp fakevimhandler.h
    fakevimoptions.ui
    fakevimplugin.cpp fakevimplugin.h
    fakevimtr.h
)

extend_qtc_plugin(FakeVim
  CONDITION WITH_TESTS
  SOURCES fakevim_test.cpp
)