Add output_test.h to output_test_helper for VisualStudio editing.

This commit is contained in:
Joao Paulo Magalhaes 2017-05-01 22:33:44 +01:00
parent b57b2cfd77
commit 77b9362b06
1 changed files with 1 additions and 1 deletions

View File

@ -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")