Basic update to CMakeLists.txt to address #1116 (#1117)

Add definitions to static yaml-cpp target (fixes #1116)

Also updates CONTRIBUTING instructions for tests
This commit is contained in:
stephematician
2022-09-20 15:24:35 +10:00
committed by GitHub
parent c86a9e424c
commit 85ad599d79
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ Commit messages should be in the imperative mood, as described in the [Git contr
# Tests
Please verify the tests pass by running the target `tests/run_tests`.
Please verify the tests pass by running the target `test/yaml-cpp-tests`.
If you are adding functionality, add tests accordingly.