mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
Merge pull request #137 from veselypeta/readme-cmake
update README add with cmake
This commit is contained in:
commit
9a2ebbdec2
@ -143,7 +143,7 @@ git submodule add https://github.com/tristanpenman/valijson third-party/valijson
|
||||
Before the target add the module subdirectory in your CMakeLists.txt
|
||||
|
||||
```cmake
|
||||
set(valijson_BUILD_TESTS OFF)
|
||||
set(valijson_BUILD_TESTS OFF CACHE BOOL "don't build valijson tests")
|
||||
add_subdirectory(third-party/valijson)
|
||||
|
||||
add_executable(your-executable ...)
|
||||
|
Loading…
Reference in New Issue
Block a user