mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-25 05:37:28 -05:00
Update README.md
This commit is contained in:
@@ -128,9 +128,11 @@ if (nlohmann_json_ADDED)
|
|||||||
endif()
|
endif()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Adding large repos works as well, but takes a while for the initial clone.
|
||||||
|
|
||||||
### [Lua](https://www.lua.org)
|
### [Lua](https://www.lua.org)
|
||||||
|
|
||||||
Library without CMakeLists.txt, target must be created manually.
|
Lua does not oficially support CMake, so we query the sources and create our own target.
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
|
|||||||
Reference in New Issue
Block a user