added debug cmake file.

This commit is contained in:
jakeg00dwin 2024-12-06 21:59:24 -08:00
parent beff37f324
commit b93acdb9a2
1 changed files with 8 additions and 0 deletions

8
src/debug/CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
# LOCATION: projectroot/src/debug
add_library(debug SHARED
debug.c
)
target_include_directories(debug PUBLIC ./)