aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/clangcompilationdb/CMakeLists.txt
blob: b7c50b7464972677fe98b88d18b32383cb2e51e2 (plain)
1
2
3
4
5
6
7
8
9
10
set(SOURCES
    clangcompilationdbgenerator.cpp
    clangcompilationdbgenerator.h
    clangcompilationdbgeneratorplugin.cpp
    )

add_qbs_plugin(clangcompilationdbgenerator
    DEPENDS corelib
    SOURCES ${SOURCES}
    )