Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Valentin Platzgummer
qgroundcontrol
Commits
e583e7aa
Commit
e583e7aa
authored
Oct 24, 2018
by
Daniel Agar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake move all src handling to src/CMakeLists.txt
parent
c3743e2b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
594 additions
and
553 deletions
+594
-553
CMakeLists.txt
CMakeLists.txt
+16
-553
CMakeLists.txt
src/AnalyzeView/CMakeLists.txt
+30
-0
CMakeLists.txt
src/CMakeLists.txt
+548
-0
No files found.
CMakeLists.txt
View file @
e583e7aa
This diff is collapsed.
Click to expand it.
src/AnalyzeView/CMakeLists.txt
0 → 100644
View file @
e583e7aa
set
(
EXTRA_SRC
)
if
(
BUILD_TESTING
)
list
(
APPEND EXTRA_SRC
LogDownloadTest.cc
)
endif
()
add_library
(
AnalyzeView
ExifParser.cc
GeoTagController.cc
LogDownloadController.cc
MavlinkConsoleController.cc
PX4LogParser.cc
ULogParser.cc
${
EXTRA_SRC
}
)
target_link_libraries
(
AnalyzeView
PUBLIC
Qt5::Location
Qt5::SerialPort
Qt5::TextToSpeech
Qt5::Widgets
qgc
)
target_include_directories
(
AnalyzeView INTERFACE
${
CMAKE_CURRENT_SOURCE_DIR
}
)
src/CMakeLists.txt
View file @
e583e7aa
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