mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
13 lines
154 B
CMake
13 lines
154 B
CMake
add_executable(vis
|
|
src/main.cpp
|
|
)
|
|
target_link_libraries(vis
|
|
tc::tc
|
|
fmt::fmt
|
|
glfw
|
|
glad
|
|
imgui
|
|
eigen
|
|
nlohmann_json
|
|
)
|