Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
car-controlserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenzhongjian
car-controlserver
Commits
c82ad482
Commit
c82ad482
authored
Apr 16, 2025
by
957dd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zlog加入了静态编译
parent
a42f1aeb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
version.h
build/include/version.h
+1
-1
main.c
usr/main.c
+1
-1
No files found.
CMakeLists.txt
View file @
c82ad482
cmake_minimum_required
(
VERSION 3.10
)
project
(
DeviceControlSystem
VERSION 1.0.
3
VERSION 1.0.
5
LANGUAGES C
)
...
...
build/include/version.h
View file @
c82ad482
...
...
@@ -2,5 +2,5 @@
#define PROJECT_VERSION_MINOR 0
#define PROJECT_VERSION_PATCH 3
#define GIT_HASH ""
#define BUILD_TIMESTAMP "2025-04-15T10:
14:17
"
#define BUILD_TIMESTAMP "2025-04-15T10:
42:18
"
#define BUILD_USER "orangepi"
usr/main.c
View file @
c82ad482
...
...
@@ -5,7 +5,7 @@ int main(int argc, char *argv[]) {
if
(
logconf_create
()
!=
0
)
{
return
6
;
}
if
(
logprject_Init
()
!=
0
)
{
my_zlog_fatal
(
"日志初始化失败"
);
//printf("日志初始化失败");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment