Skip to content

Commit

Permalink
add highway demo, rename old highway demo to city
Browse files Browse the repository at this point in the history
  • Loading branch information
Asher Elmquist committed Sep 23, 2021
1 parent 4e9d6ca commit c4900f2
Show file tree
Hide file tree
Showing 4 changed files with 1,170 additions and 789 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode/
/build
5 changes: 3 additions & 2 deletions projects/synchrono_highway/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
#--------------------------------------------------------------

set(DEMOS
demo_SYN_highway
demo_SYN_city
demo_SYN_highway
)

#--------------------------------------------------------------
Expand Down Expand Up @@ -110,7 +111,7 @@ foreach(PROGRAM ${DEMOS})

message(STATUS "...add ${PROGRAM}")

add_executable(${PROGRAM} "${PROGRAM}.cpp" ${EXTRAS})
add_executable(${PROGRAM} "${PROGRAM}.cpp" ${EXTRAS})
source_group("" FILES "${PROGRAM}.cpp")
set_target_properties(${PROGRAM} PROPERTIES
FOLDER demos
Expand Down
Loading

0 comments on commit c4900f2

Please sign in to comment.