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

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


target_sources(test PUBLIC
)