From 6b9f686913efc3725b2690033cd4f398e07076ba Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 3 Jul 2021 00:49:03 +0200 Subject: Add project source code --- src/instance/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/instance/CMakeLists.txt (limited to 'src/instance/CMakeLists.txt') diff --git a/src/instance/CMakeLists.txt b/src/instance/CMakeLists.txt new file mode 100644 index 0000000..2e777a9 --- /dev/null +++ b/src/instance/CMakeLists.txt @@ -0,0 +1,3 @@ +add_library(instance "src/instance.c") +target_include_directories(instance PUBLIC "inc") +target_link_libraries(instance PUBLIC camera gfx util) -- cgit v1.2.3