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
PIM
KItinerary
Commits
ce3b7231
Commit
ce3b7231
authored
Sep 26, 2022
by
Volker Krause
Browse files
Allow to not build development tools
Useful for the static build of the command line extractor.
parent
b7737678
Pipeline
#237096
canceled with stage
in 3 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
ce3b7231
...
...
@@ -7,4 +7,7 @@ if (TARGET Qt::Network AND NOT CMAKE_CROSSCOMPILING AND OSM_PLANET_DIR AND OsmTo
endif
()
add_subdirectory
(
lib
)
add_subdirectory
(
cli
)
add_subdirectory
(
tools
)
option
(
BUILD_TOOLS
"Build development tools"
ON
)
if
(
BUILD_TOOLS
)
add_subdirectory
(
tools
)
endif
()
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