Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions docs/basic/images/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ set(PGR_WORKSHOP_IMG_SUBDIRS
graphs
sql_function
plpgsql_function
)

#---------------------------------------------
# Adding the documentation subdirectories & files
#---------------------------------------------
)

foreach (dir ${PGR_WORKSHOP_IMG_SUBDIRS})
if (PGR_WORKSHOP_DEBUG)
message(STATUS " -> basic/images/${dir}")
message(STATUS " -> ${CMAKE_CURRENT_SOURCE_DIR}/${dir}")
endif()
add_subdirectory("${dir}")
if (PGR_WORKSHOP_DEBUG)
message(STATUS " <- basic/images/${dir}")
message(STATUS " <- ${CMAKE_CURRENT_SOURCE_DIR}/${dir}")
endif()
endforeach()
5 changes: 2 additions & 3 deletions docs/basic/images/data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ set(PGR_WORKSHOP_IMG_FILES

foreach (f ${PGR_WORKSHOP_IMG_FILES})
if (PGR_WORKSHOP_VERBOSE_DEBUG)
message(STATUS " Adding file ${f}")
message(STATUS " -> ${f}")
endif()
FILE(COPY ${f} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
configure_file(${f} ${f} COPYONLY)
endforeach()

5 changes: 2 additions & 3 deletions docs/basic/images/pedestrian/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ set(PGR_WORKSHOP_IMG_FILES

foreach (f ${PGR_WORKSHOP_IMG_FILES})
if (PGR_WORKSHOP_VERBOSE_DEBUG)
message(STATUS " Adding file ${f}")
message(STATUS " -> ${f}")
endif()
FILE(COPY ${f} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
configure_file(${f} ${f} COPYONLY)
endforeach()

5 changes: 2 additions & 3 deletions docs/basic/images/plpgsql_function/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ set(PGR_WORKSHOP_IMG_FILES

foreach (f ${PGR_WORKSHOP_IMG_FILES})
if (PGR_WORKSHOP_VERBOSE_DEBUG)
message(STATUS " Adding file ${f}")
message(STATUS " -> ${f}")
endif()
FILE(COPY ${f} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
configure_file(${f} ${f} COPYONLY)
endforeach()

5 changes: 2 additions & 3 deletions docs/basic/images/sql_function/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ set(PGR_WORKSHOP_IMG_FILES

foreach (f ${PGR_WORKSHOP_IMG_FILES})
if (PGR_WORKSHOP_VERBOSE_DEBUG)
message(STATUS " Adding file ${f}")
message(STATUS " -> ${f}")
endif()
FILE(COPY ${f} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
configure_file(${f} ${f} COPYONLY)
endforeach()

17 changes: 7 additions & 10 deletions docs/basic/images/vehicle/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@

#---------------------
# Files
#---------------------
set(PGR_WORKSHOP_IMG_FILES
ad11.png
ad7.png
ad8.png
route_using_pedestrian.png
pedestrian_only_roads.png
)
vehicle_route_coming.png
vehicle_route_going.png
vehicle_time_is_money.png
vehicle_use_penalty.png
)


foreach (f ${PGR_WORKSHOP_IMG_FILES})
if (PGR_WORKSHOP_VERBOSE_DEBUG)
message(STATUS " Adding file ${f}")
message(STATUS " -> ${f}")
endif()
FILE(COPY ${f} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
configure_file(${f} ${f} COPYONLY)
endforeach()

Binary file removed docs/basic/images/vehicle/ad11.png
Binary file not shown.
Binary file removed docs/basic/images/vehicle/ad7.png
Binary file not shown.
Binary file removed docs/basic/images/vehicle/ad8.png
Binary file not shown.
Binary file removed docs/basic/images/vehicle/pedestrian_only_roads.png
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading