From 77b9362b06d7fdef3937a28d56eb6ea24b3d9696 Mon Sep 17 00:00:00 2001 From: Joao Paulo Magalhaes Date: Mon, 1 May 2017 22:33:44 +0100 Subject: [PATCH] Add output_test.h to output_test_helper for VisualStudio editing. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8d644f90..40eb8808 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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")