[Add] First commit

This commit is contained in:
yegaogang
2024-07-08 21:03:06 +08:00
commit 042721aab5
2084 changed files with 1456360 additions and 0 deletions

View File

@ -0,0 +1,11 @@
PROJECT(NxpRdLib_Log)
FILE(GLOB NxpRdLib_Log_Sources
./src/phLog.c
./src/phLog_Int.h
)
ADD_LIBRARY(NxpRdLib_Log
${NxpRdLib_Log_Sources}
)