Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Marble
Commits
2c7b1af0
Commit
2c7b1af0
authored
Jun 12, 2016
by
Dennis Nienhüser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an option to disable building the Marble apps
parent
cf8ff0af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
src/apps/CMakeLists.txt
src/apps/CMakeLists.txt
+13
-10
No files found.
src/apps/CMakeLists.txt
View file @
2c7b1af0
if
(
NOT CMAKE_SYSTEM_NAME STREQUAL Android
)
option
(
BUILD_MARBLE_APPS
"Build the main Marble applications"
ON
)
add_subdirectory
(
marble-ui
)
if
(
BUILD_MARBLE_APPS
)
add_subdirectory
(
marble-qt
)
if
(
NOT CMAKE_SYSTEM_NAME STREQUAL Android
)
add_subdirectory
(
marble-kde
)
add_subdirectory
(
marble-ui
)
if
(
Qt5Quick_FOUND
)
add_subdirectory
(
marble-qt
)
add_subdirectory
(
marble-touch
)
add_subdirectory
(
marble-kde
)
endif
(
Qt5Quick_FOUND
)
if
(
Qt5Quick_FOUND
)
endif
()
add_subdirectory
(
marble-touch
)
endif
(
Qt5Quick_FOUND
)
endif
()
add_subdirectory
(
behaim
)
add_subdirectory
(
behaim
)
add_subdirectory
(
marble-maps
)
add_subdirectory
(
marble-maps
)
endif
()
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