Commit 858581ea by Dominic Hamon

Remove unnecessary benchmark subfolder

parent 66283598
...@@ -31,7 +31,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows") ...@@ -31,7 +31,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
target_link_libraries(benchmark Shlwapi) target_link_libraries(benchmark Shlwapi)
endif() endif()
set(include_install_dir "include/benchmark") set(include_install_dir "include")
set(lib_install_dir "lib/") set(lib_install_dir "lib/")
set(bin_install_dir "bin/") set(bin_install_dir "bin/")
set(config_install_dir "lib/cmake/${PROJECT_NAME}") set(config_install_dir "lib/cmake/${PROJECT_NAME}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment