Skip to content

Commit 6426a32

Browse files
mtsokolbanach-space
authored andcommitted
Add CT_LLVM_INSTALL_DIR to README.md
1 parent 0690d6d commit 6426a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $ git clone https://github.com/google/googletest.git
130130
Next, you can build all the examples as follows:
131131
```bash
132132
$ cd <build-dir>
133-
$ cmake <source_dir>
133+
$ cmake -DCT_LLVM_INSTALL_DIR=<llvm-install-dir> <source_dir>
134134
$ make
135135
```
136136
This will generate all the targets implemented for this project. If you want to

0 commit comments

Comments
 (0)