From 9b150919fd518f0755d6624ddc36163467ced431 Mon Sep 17 00:00:00 2001 From: Jeff McGlynn Date: Thu, 24 Jan 2019 19:32:05 -0800 Subject: Small fixes to build files and readme * Remove duplicate https:// * Update test library to use @gtest//:gtest instead of gtest_main * Declare hdrs in astc_codec library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8bb2c26..55daaa6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ bazel test //... ### With CMake -Install [CMake](https://https://cmake.org/), and the run: +Install [CMake](https://cmake.org/), and the run: ``` mkdir build && cd build && cmake .. && make -- cgit v1.2.3