./vis source tree boilerplate

This commit is contained in:
David Allemang
2022-10-09 21:24:04 -04:00
parent 164d4f6d29
commit f740fb26c6
6 changed files with 201 additions and 97 deletions

12
vis/CMakeLists.txt Normal file
View File

@@ -0,0 +1,12 @@
add_executable(vis
src/main.cpp
)
target_link_libraries(vis
tc::tc
fmt::fmt
glfw
glad
imgui
eigen
nlohmann_json
)