✨ Internal train network structure
- Defines Network, StopArea, StopPoints and JourneySections - Loads them from json using the build_from_json method
This commit is contained in:
parent
27c5a55400
commit
61aec3d856
9 changed files with 1877 additions and 0 deletions
7
ext/json/CMakeLists.txt
Normal file
7
ext/json/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
json
|
||||
URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz
|
||||
)
|
||||
FetchContent_MakeAvailable(json)
|
||||
Loading…
Add table
Add a link
Reference in a new issue