Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KAlgebra
Commits
a4ccb813
Commit
a4ccb813
authored
Sep 28, 2011
by
Aleix Pol Gonzalez
🐧
Browse files
Fix backend selection
parent
a2f8fb5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobile/plugins/widgets/CMakeLists.txt
View file @
a4ccb813
option
(
MOBILE_BACKEND
"backend to install, currently desktop and harmattan (directories in this folder)"
"desktop"
)
if
(
NOT MOBILE_BACKEND
)
set
(
MOBILE_BACKEND
"desktop"
)
endif
(
NOT MOBILE_BACKEND
)
set
(
MOBILE_BACKEND
"desktop"
CACHE STRING
"backend to install, currently desktop and harmattan (directories in this folder)"
)
add_subdirectory
(
${
MOBILE_BACKEND
}
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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