Add astar algorithm
Fix windows build
This commit is contained in:
parent
b2890b983b
commit
6b23e90424
5 changed files with 261 additions and 6 deletions
|
@ -26,6 +26,7 @@ add_executable(${_TEST_NAME}_tests
|
|||
test_png_io.cpp
|
||||
test_timeutils.cpp
|
||||
test_indexed_triangle_set.cpp
|
||||
test_astar.cpp
|
||||
../libnest2d/printer_parts.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue