aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/CMakeLists.txt
blob: 9d5dc56629f5a6ca2f3aa9e4642a9c947fb93238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_qtc_plugin(GLSLEditor
  DEPENDS GLSL
  PLUGIN_DEPENDS Core CppTools TextEditor
  SOURCES
    glslautocompleter.cpp glslautocompleter.h
    glslcompletionassist.cpp glslcompletionassist.h
    glsleditor.cpp glsleditor.h
    glsleditor.qrc
    glsleditorconstants.h
    glsleditorplugin.cpp glsleditorplugin.h
    glslhighlighter.cpp glslhighlighter.h
    glslindenter.cpp glslindenter.h
)