mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-14 02:57:45 +01:00
update README add with cmake
This commit is contained in:
parent
2dfc7499a3
commit
e5530febe7
@ -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
|
Before the target add the module subdirectory in your CMakeLists.txt
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
set(valijson_BUILD_TESTS OFF)
|
set(valijson_BUILD_TESTS OFF CACHE BOOL "don't build valijson tests")
|
||||||
add_subdirectory(third-party/valijson)
|
add_subdirectory(third-party/valijson)
|
||||||
|
|
||||||
add_executable(your-executable ...)
|
add_executable(your-executable ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user