mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 14:47:30 -05:00
Update README.md
This commit is contained in:
@@ -128,9 +128,11 @@ if (nlohmann_json_ADDED)
|
||||
endif()
|
||||
```
|
||||
|
||||
Adding large repos works as well, but takes a while for the initial clone.
|
||||
|
||||
### [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
|
||||
CPMAddPackage(
|
||||
|
||||
Reference in New Issue
Block a user