Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel Firmware
serial
Commits
d5429126
Commit
d5429126
authored
12 years ago
by
William Woodall
Browse files
Options
Download
Email Patches
Plain Diff
Added a link option specifically for Linux
parent
f3a9767a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
No files found.
CMakeLists.txt
View file @
d5429126
...
...
@@ -37,6 +37,9 @@ endif()
add_library
(
${
PROJECT_NAME
}
${
serial_SRCS
}
)
if
(
UNIX
)
target_link_libraries
(
${
PROJECT_NAME
}
rt
)
endif
()
## Uncomment for example
add_executable
(
serial_example examples/serial_example.cc
)
...
...
This diff is collapsed.
Click to expand it.
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