WIP: Render 4d geometry from file

This commit is contained in:
David Allemang
2022-02-24 16:31:40 -05:00
parent 160f978e7e
commit d99e824a06
3 changed files with 79 additions and 56 deletions

View File

@@ -41,4 +41,4 @@ add_executable(combotest src/combotest.cpp)
target_link_libraries(combotest eigen tc)
add_executable(geometrytest src/geometrytest.cpp)
target_link_libraries(geometrytest eigen tc)
target_link_libraries(geometrytest eigen tc nlohmann_json)