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

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

add_executable(doxmlparser_test
main.cpp
)


target_link_libraries(doxmlparser_test
	doxmlparser
	qtools
)