mirror of
https://github.com/google/benchmark.git
synced 2025-03-09 16:50:08 +08:00
Add output_test.h to output_test_helper for VisualStudio editing.
This commit is contained in:
parent
b57b2cfd77
commit
77b9362b06
@ -27,7 +27,7 @@ if (DEFINED BENCHMARK_CXX_LINKER_FLAGS)
|
||||
list(APPEND CMAKE_EXE_LINKER_FLAGS ${BENCHMARK_CXX_LINKER_FLAGS})
|
||||
endif()
|
||||
|
||||
add_library(output_test_helper STATIC output_test_helper.cc)
|
||||
add_library(output_test_helper STATIC output_test_helper.cc output_test.h)
|
||||
|
||||
macro(compile_benchmark_test name)
|
||||
add_executable(${name} "${name}.cc")
|
||||
|
Loading…
Reference in New Issue
Block a user