Skip to content

Commit

Permalink
win32: fix link order
Browse files Browse the repository at this point in the history
  • Loading branch information
uliss committed Apr 22, 2019
1 parent ce3c1c4 commit edc1379
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ceammc/ext/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(BM_HTML_DIR "${CMAKE_CURRENT_BINARY_DIR}")
function(add_benchmark name)
add_executable(bm_${name} bm_${name}.cpp)
target_link_libraries(bm_${name} bm_main ceammc_core ceammc_base puredata-core
ceammc_list ceammc_data ceammc_core ceammc_array)
ceammc_list ceammc_array ceammc_data ceammc_core)

message(STATUS "Bechmark target added: benchmark_${name}")

Expand All @@ -24,5 +24,3 @@ add_benchmark(atomlist)
add_benchmark(dataptr)
add_benchmark(control_externals)
add_benchmark(array)


0 comments on commit edc1379

Please sign in to comment.