added debug cmake file.
This commit is contained in:
parent
beff37f324
commit
b93acdb9a2
|
@ -0,0 +1,8 @@
|
|||
# LOCATION: projectroot/src/debug
|
||||
|
||||
add_library(debug SHARED
|
||||
debug.c
|
||||
)
|
||||
|
||||
target_include_directories(debug PUBLIC ./)
|
||||
|
Loading…
Reference in New Issue