File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ project(pt_routing)
33
44set (CMAKE_CXX_STANDARD 20)
55
6- find_package (Boost REQUIRED COMPONENTS graph )
7-
86include (FetchContent )
97FetchContent_Declare (
108 just_gtfs
@@ -22,8 +20,8 @@ FetchContent_Declare(
2220
2321FetchContent_MakeAvailable (just_gtfs nanoflann)
2422
25- set (SOURCES src/raptor/raptor.cpp src/raptor/ schedule/Schedule.cpp
26- src/raptor/ schedule/gtfs.cpp
23+ set (SOURCES src/raptor/raptor.cpp src/schedule/Schedule.cpp
24+ src/schedule/gtfs.cpp
2725 src/raptor/StopKDTree.cpp)
2826
2927option (PT_ROUTING_BUILD_TESTS "Build unit tests" ON )
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1- #include " raptor/ schedule/Schedule.h"
1+ #include " schedule/Schedule.h"
22
33#include < algorithm>
44#include < ranges>
Original file line number Diff line number Diff line change 1- #include " raptor/ schedule/gtfs.h"
1+ #include " schedule/gtfs.h"
22
33#include < list>
44#include < ranges>
You can’t perform that action at this time.
0 commit comments