Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
asterx1_gps
Commits
166b8896
Commit
166b8896
authored
Jan 27, 2016
by
Fernando Herrero
Browse files
asterx1_gps: fixed example CMakeLists depending on gpsToolkitLibrary presence
parent
73ac8a3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/examples/CMakeLists.txt
View file @
166b8896
...
...
@@ -2,7 +2,10 @@
ADD_EXECUTABLE
(
testasterx1 testasterx1.cpp
)
# edit the following line to add the necessary libraries
TARGET_LINK_LIBRARIES
(
testasterx1 asterx1_gps asterx1_process
)
IF
(
gpstk_LIBRARY
)
TARGET_LINK_LIBRARIES
(
testasterx1 asterx1_process
)
ENDIF
(
gpstk_LIBRARY
)
TARGET_LINK_LIBRARIES
(
testasterx1 asterx1_gps
)
#fast building
# ADD_EXECUTABLE(testasterx1 testasterx1.cpp ../asterx1.cpp)
...
...
Write
Preview
Supports
Markdown
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