implement bfs multi-target distance calculation to nearest winning state
This commit is contained in:
@ -48,6 +48,7 @@ add_executable(masssprings
|
||||
src/input.cpp
|
||||
src/tracy.cpp
|
||||
src/backward.cpp
|
||||
src/distance.cpp
|
||||
)
|
||||
|
||||
target_include_directories(masssprings PUBLIC ${RAYLIB_CPP_INCLUDE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user