mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-23 22:29:22 -05:00
./vis source tree boilerplate
This commit is contained in:
12
vis/CMakeLists.txt
Normal file
12
vis/CMakeLists.txt
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user