merge fold into main

This commit is contained in:
2023-10-06 20:22:38 +08:00
parent 81f9b732ad
commit deb2ea03b5
6 changed files with 126 additions and 127 deletions

View File

@@ -22,7 +22,7 @@ find_package(TBB REQUIRED)
find_package(Matplot++ REQUIRED)
find_path(ZPP_BITS_INCLUDE_DIR zpp_bits.h REQUIRED)
add_executable(ufo src/unfold.cpp src/plot.cpp src/main.cpp)
add_executable(ufo src/fold.cpp src/unfold.cpp src/plot.cpp src/main.cpp)
target_include_directories(ufo PRIVATE ${PROJECT_SOURCE_DIR}/include ${ZPP_BITS_INCLUDE_DIR})
target_link_libraries(ufo PRIVATE
yaml-cpp Eigen3::Eigen fmt::fmt concurrencpp::concurrencpp HighFive_HighFive TBB::tbb Matplot++::matplot)