From 8365ba9748f3d319b4cff861a4350ca9f7196e39 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Fri, 31 Aug 2018 12:02:10 -0500 Subject: [PATCH] CMakeList.txt -> CMakeLists.txt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc4c8de..e976af7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ installation ------------ Copy the file `CMake/cotire.cmake` to the module directory of your CMake project. In the -top-level `CMakeList.txt` file, add the module directory to the CMake module search path: +top-level `CMakeLists.txt` file, add the module directory to the CMake module search path: set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake") @@ -47,7 +47,7 @@ usage ----- To use cotire in your CMake project, add the following include directive to the beginning of the -top-level `CMakeList.txt`: +top-level `CMakeLists.txt`: include(cotire)