summaryrefslogtreecommitdiff
path: root/src/test/CMakeLists.txt
blob: 6b86edc20d9b90b1484a0fe5f73a145ff92c7dd8 (plain)
1
2
3
4
5
6
project(honey_engine)

target_sources(test PUBLIC
	${CMAKE_CURRENT_LIST_DIR}/honey-test.c
	${CMAKE_CURRENT_LIST_DIR}/lily-test.c
)