Add astar algorithm

Fix windows build
This commit is contained in:
tamasmeszaros 2022-05-11 12:06:07 +02:00
parent b2890b983b
commit 6b23e90424
5 changed files with 261 additions and 6 deletions

View file

@ -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
)