summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/examples/metrics/CMakeLists.txt
blob: 7e99a08f749e301774ad5d8a8f3be5b927e70c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

include_directories(
	../../include
	${PROJECT_SOURCE_DIR}/libversion
)

add_executable(doxmlparser_metrics
main.cpp
)


target_link_libraries(doxmlparser_metrics
	doxmlparser
	doxygen_version
	qtools
        ${COVERAGE_LINKER_FLAGS}
)