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

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

add_executable(doxmlparser_test
main.cpp
)


target_link_libraries(doxmlparser_test
	doxmlparser
	qtools
        ${COVERAGE_LINKER_FLAGS}
)