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
Libraries
KPublicTransport
Commits
d6cf4bf8
Commit
d6cf4bf8
authored
Sep 02, 2021
by
Volker Krause
Browse files
Make sure gbfsprobe finds its input file when run via CMake
parent
e1bb3ed0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/tools/CMakeLists.txt
View file @
d6cf4bf8
...
...
@@ -14,7 +14,7 @@ add_custom_target(run-otp-probe COMMAND otpprobe ${CMAKE_SOURCE_DIR}/src/lib/net
add_executable
(
gbfsprobe gbfsprobe.cpp
)
target_link_libraries
(
gbfsprobe Qt5::Network KPublicTransport
)
add_custom_target
(
run-gbfs-probe COMMAND gbfsprobe
${
CMAKE_SOURCE_DIR
}
/src/lib/gbfs/gbfs-feeds.json
)
add_custom_target
(
run-gbfs-probe COMMAND gbfsprobe
${
CMAKE_SOURCE_DIR
}
/src/lib/gbfs/gbfs-feeds.json
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
if
(
TARGET PolyClipping::PolyClipping
)
add_executable
(
transport-api-sync
...
...
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