Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Precompiled header setup for CMake. Supported CMake generators:
Create a `pchheader.{c,cpp}` and `pchheader.h` and add then to the CMake target:

```cmake
add_library(target ... pchheader.cpp pchheeader.h)
add_library(target ... pchheader.cpp pchheader.h)
```

`pchheader.h` can include all the huge header files that are used everywhere in your project:
Expand Down