Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
PRRT
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
37
Issues
37
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LARN
PRRT
Commits
07c3d7bc
Commit
07c3d7bc
authored
Mar 02, 2017
by
Stefan Reif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove conflicting version information
Build everything with -std=c11.
parent
f4d21bb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
prrt/CMakeLists.txt
prrt/CMakeLists.txt
+0
-2
prrt/proto/CMakeLists.txt
prrt/proto/CMakeLists.txt
+0
-1
No files found.
prrt/CMakeLists.txt
View file @
07c3d7bc
...
...
@@ -2,9 +2,7 @@ add_subdirectory(proto)
add_subdirectory
(
util
)
add_executable
(
sender sender.c
)
set_property
(
TARGET sender PROPERTY C_STANDARD 99
)
add_executable
(
receiver receiver.c
)
set_property
(
TARGET receiver PROPERTY C_STANDARD 99
)
target_link_libraries
(
sender LINK_PUBLIC PRRT UTIL
${
CMAKE_THREAD_LIBS_INIT
}
)
target_link_libraries
(
receiver LINK_PUBLIC PRRT UTIL
${
CMAKE_THREAD_LIBS_INIT
}
)
prrt/proto/CMakeLists.txt
View file @
07c3d7bc
...
...
@@ -19,5 +19,4 @@ add_library(PRRT ../defines.h
stores/packetTimeoutTable.c stores/packetTimeoutTable.h
stores/dataPacketStore.c stores/dataPacketStore.h
)
set_property
(
TARGET PRRT PROPERTY C_STANDARD 99
)
target_link_libraries
(
PRRT rt
)
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