summaryrefslogtreecommitdiff
path: root/src/util/CMakeLists.txt
blob: 5a01ec6d12ed0876ff8f1de14f021264ddfe42a7 (plain)
1
2
3
4
5
6
7
8
9
project(honey_engine)

target_sources(honey PUBLIC
	${CMAKE_CURRENT_LIST_DIR}/util.c
)

target_sources(test PUBLIC
	${CMAKE_CURRENT_LIST_DIR}/util.test.c
)