Library debug postfix might not be suitable for cross platform project, and usually require extra work of link against prebuilt yaml-cpp.
Generally, Xcode project output library to these directories:
Debug
Release
Debug-iphoneos
Release-iphoneos
Debug-iphonesimulator
Release-iphonesimulator
Another Xcode project usually configured its build setting as follow, and expects library name to be same between Release and Debug
LIBRARY_SEARCH_PATHS=$(CONFIGURATION)$(EFFECT_PLATFORM_NAME)
OTHER_LDFLAGS= $(inherited) -lyaml-cpp
| Name |
Last commit
|
Last update |
|---|---|---|
| docs | Loading commit data... | |
| include/yaml-cpp | Loading commit data... | |
| src | Loading commit data... | |
| test | Loading commit data... | |
| util | Loading commit data... | |
| .clang-format | Loading commit data... | |
| .codedocs | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| BUILD.bazel | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| CONTRIBUTING.md | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| WORKSPACE | Loading commit data... | |
| install.txt | Loading commit data... | |
| yaml-cpp-config.cmake.in | Loading commit data... | |
| yaml-cpp.pc.in | Loading commit data... |