✨ 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
|
|
@ -3,11 +3,18 @@ add_subdirectory(googletest)
|
|||
add_executable(
|
||||
test_trenesis
|
||||
trenesis/test.cpp
|
||||
trenesis/network/graph.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
test_trenesis
|
||||
trenesis
|
||||
GTest::gtest_main
|
||||
GTest::gmock_main
|
||||
)
|
||||
|
||||
include_directories(
|
||||
assets
|
||||
)
|
||||
|
||||
include(GoogleTest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue