From d444d1c98fdefea6cf0aff50eb9b58d4dbcea6ed Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 16 Sep 2022 00:55:53 -0500 Subject: begin assimp bindings --- src/import/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/import/CMakeLists.txt (limited to 'src/import/CMakeLists.txt') diff --git a/src/import/CMakeLists.txt b/src/import/CMakeLists.txt new file mode 100644 index 0000000..fc35779 --- /dev/null +++ b/src/import/CMakeLists.txt @@ -0,0 +1,10 @@ +project(honey_engine) + +target_sources(honey PUBLIC + ${CMAKE_CURRENT_LIST_DIR}/import.c +) + + +target_sources(test PUBLIC + ${CMAKE_CURRENT_LIST_DIR}/import.test.c +) -- cgit v1.2.1