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 ./) +