mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Remove outdated Xcode project files
This commit is contained in:
parent
2f6760f6a8
commit
9e7dbd8460
@ -193,12 +193,6 @@ find_package(valijson REQUIRED)
|
|||||||
add_executable(executable main.cpp)
|
add_executable(executable main.cpp)
|
||||||
target_link_libraries(executable valijson)
|
target_link_libraries(executable valijson)
|
||||||
```
|
```
|
||||||
### Xcode ###
|
|
||||||
|
|
||||||
An Xcode project has also been provided, in the 'xcode' directory. Note that in order to run the test suite, you may need to configure the working directory for the 'test\_suite' scheme. It is recommended that you use the 'xcode' directory as the working directory.
|
|
||||||
|
|
||||||
The Xcode project has been configured so that /usr/local/include is in the include path, and /usr/local/lib is in the library path. These are the locations that homebrew installed Boost on my test system.
|
|
||||||
|
|
||||||
## Examples ##
|
## Examples ##
|
||||||
|
|
||||||
Building the Valijson Test Suite, using the instructions above, will also compile two example applications: `custom_schema` and `external_schema`.
|
Building the Valijson Test Suite, using the instructions above, will also compile two example applications: `custom_schema` and `external_schema`.
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user