mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-23 22:29:22 -05:00
WIP: Copy tc logic from toddcox-faster
This commit is contained in:
@@ -11,7 +11,9 @@ include(External/eigen.cmake)
|
||||
include(External/glad.cmake)
|
||||
include(External/json.cmake)
|
||||
|
||||
include_directories(./include)
|
||||
include_directories(include)
|
||||
|
||||
add_subdirectory(tc)
|
||||
|
||||
add_custom_target(resources DEPENDS resources_output)
|
||||
add_custom_command(
|
||||
@@ -31,3 +33,6 @@ add_dependencies(vis resources)
|
||||
|
||||
add_executable(serial src/serialtest.cpp)
|
||||
target_link_libraries(serial eigen nlohmann_json)
|
||||
|
||||
add_executable(tctest src/tctest.cpp)
|
||||
target_link_libraries(tctest PUBLIC eigen tc)
|
||||
|
||||
Reference in New Issue
Block a user