From 6a956a411ba157f2ceccf07a85f744eb2455e8c3 Mon Sep 17 00:00:00 2001 From: Chris Vassiladiotis Date: Mon, 16 Sep 2019 13:58:03 +0100 Subject: [PATCH] Fix documentation mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd23ab..b40d510 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A collection of helper `cmake` functions/macros that eases the generation of `LL ## Installation - Clone this repo (or even add it as a submodule to your project). -- In your `CMakeLists.txt` file `include(LLVMIRUtil.cmake)`. +- In your `CMakeLists.txt` file `include(LLVMIRUtil)`. - You are good to go! ## Quick overview