This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
multirow/onerow/benchmark/CMakeLists.txt

10 lines
226 B
CMake

add_executable(onerow-benchmark.run src/main.cpp)
target_link_libraries (onerow-benchmark.run LINK_PUBLIC
qxx_static
onerow_static
m
pthread
${GMP_LIBRARIES}
${CPLEX_LIBRARIES}
${OpenMP_LIBRARIES})