Skip to content

Commit

Permalink
Remove deprecated headers (google#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichamon authored Nov 6, 2017
1 parent 1e52560 commit f65c6d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 57 deletions.
27 changes: 0 additions & 27 deletions include/benchmark/benchmark_api.h

This file was deleted.

27 changes: 0 additions & 27 deletions include/benchmark/reporter.h

This file was deleted.

6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ if (BENCHMARK_ENABLE_INSTALL)
LIBRARY DESTINATION ${lib_install_dir}
RUNTIME DESTINATION ${bin_install_dir}
INCLUDES DESTINATION ${include_install_dir})

install(
DIRECTORY "${PROJECT_SOURCE_DIR}/include/benchmark"
DESTINATION ${include_install_dir}
FILES_MATCHING PATTERN "*.*h")

install(
FILES "${project_config}" "${version_config}"
DESTINATION "${config_install_dir}")

install(
EXPORT "${targets_export_name}"
NAMESPACE "${namespace}"
Expand Down

0 comments on commit f65c6d9

Please sign in to comment.