parent
fac2c3e6e9
commit
355da317ba
@ -1,2 +1,9 @@
|
|||||||
add_executable(onerow-benchmark.run src/main.cpp)
|
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})
|
target_link_libraries (onerow-benchmark.run LINK_PUBLIC
|
||||||
|
qxx_static
|
||||||
|
onerow_static
|
||||||
|
m
|
||||||
|
pthread
|
||||||
|
${GMP_LIBRARIES}
|
||||||
|
${CPLEX_LIBRARIES}
|
||||||
|
${OpenMP_LIBRARIES})
|
||||||
|
Reference in new issue