aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/CMakeLists.txt
blob: 3363c12c758a66e605fdf994d4e065654992d1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
)

if (WITH_TESTS)
  target_sources(FakeVim PRIVATE fakevim_test.cpp)
endif()