forked from mirror/toddcox-faster
Introduce complex solvers
This commit is contained in:
@@ -6,3 +6,6 @@ target_link_libraries(path PRIVATE tc)
|
||||
|
||||
add_executable(group group.cpp)
|
||||
target_link_libraries(group PRIVATE tc)
|
||||
|
||||
add_executable(complex complex.cpp)
|
||||
target_link_libraries(complex PRIVATE tc)
|
||||
|
||||
Reference in New Issue
Block a user