summaryrefslogtreecommitdiff
path: root/src/xml/CMakeLists.txt
blob: 8c5efb545322d83ec54fad570ae0b001996d12b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(kalmia)

target_sources(kalmia PUBLIC 
	kalmia.tab.c
	kalmia.lex.c
	xml.c
)

if (KALMIA_BUILD_TESTS)
	target_sources(
		kalmia-tests PUBLIC
		xml.test.c
	)
endif()