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

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


target_sources(test PUBLIC
)