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

add_qbs_plugin(makefilegenerator
    DEPENDS corelib
    SOURCES ${SOURCES}
    )