From b93acdb9a2376ea64d2eb973516e0607629148ba Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 6 Dec 2024 21:59:24 -0800 Subject: [PATCH] added debug cmake file. --- src/debug/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/debug/CMakeLists.txt diff --git a/src/debug/CMakeLists.txt b/src/debug/CMakeLists.txt new file mode 100644 index 0000000..413b957 --- /dev/null +++ b/src/debug/CMakeLists.txt @@ -0,0 +1,8 @@ +# LOCATION: projectroot/src/debug + +add_library(debug SHARED + debug.c +) + +target_include_directories(debug PUBLIC ./) +