Fix CMake src/graph/CMakeLists.txt

Was broken in recent clang-format commit
This commit is contained in:
gfgit 2023-08-30 11:32:10 +00:00
parent 1aa23f281a
commit 130b4312c4
1 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
add_subdirectory(model) add_subdirectory(view)
add_subdirectory(model)
add_subdirectory(view)
set(MR_TIMETABLE_PLANNER_SOURCES ${MR_TIMETABLE_PLANNER_SOURCES} graph / linegraphtypes.h graph
/ linegraphtypes.cpp PARENT_SCOPE)
set(MR_TIMETABLE_PLANNER_SOURCES
${MR_TIMETABLE_PLANNER_SOURCES}
graph/linegraphtypes.h
graph/linegraphtypes.cpp PARENT_SCOPE
)