mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 22:00:16 +08:00
Fix ${include_install_dir}
This commit is contained in:
parent
824bbb818e
commit
128fe25025
@ -27,7 +27,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
|
||||
target_link_libraries(benchmark Shlwapi)
|
||||
endif()
|
||||
|
||||
set(include_install_dir "include/doctest/")
|
||||
set(include_install_dir "include/benchmark")
|
||||
set(lib_install_dir "lib/")
|
||||
set(bin_install_dir "bin/")
|
||||
set(config_install_dir "lib/cmake/${PROJECT_NAME}")
|
||||
|
Loading…
Reference in New Issue
Block a user