From 34893e6c0fb103f6470035cd46e637463d47a01e Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 21 Sep 2018 22:55:57 +0000 Subject: [PATCH] Add benchmark and benchmark_main to the Utils folder in IDEs. llvm-svn: 342782 --- llvm/utils/benchmark/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/benchmark/src/CMakeLists.txt b/llvm/utils/benchmark/src/CMakeLists.txt index a8baa9e713e9..5b3d52270de5 100644 --- a/llvm/utils/benchmark/src/CMakeLists.txt +++ b/llvm/utils/benchmark/src/CMakeLists.txt @@ -21,6 +21,7 @@ set_target_properties(benchmark PROPERTIES OUTPUT_NAME "benchmark" VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} + FOLDER "Utils" ) target_include_directories(benchmark PUBLIC $ @@ -49,6 +50,7 @@ set_target_properties(benchmark_main PROPERTIES OUTPUT_NAME "benchmark_main" VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} + FOLDER "Utils" ) target_include_directories(benchmark PUBLIC $