-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Karel Burda
committed
Oct 10, 2018
1 parent
cf3c59f
commit eccf03e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake-helpers
updated
17 files
+1 −0 | .travis.yml | |
+0 −2 | CMakeLists.txt | |
+22 −0 | LICENSE | |
+3 −3 | README.md | |
+4 −1 | cmake-helpers/CMakeLists.txt | |
+23 −0 | cmake-helpers/code-coverage.cmake | |
+28 −12 | cmake-helpers/gtest.cmake | |
+6 −2 | cmake-helpers/messages.cmake | |
+1 −1 | cmake-helpers/standard-settings.cmake | |
+2 −2 | cmake-helpers/threads.cmake | |
+5 −10 | cmake-helpers/warnings.cmake | |
+18 −4 | tests/integration/CMakeLists.txt | |
+9 −0 | tests/integration/gtest.cpp | |
+1 −1 | tests/integration/gtest.test.cmake | |
+4 −2 | tests/unit/CMakeLists.txt | |
+4 −0 | tests/unit/dummy.cpp | |
+1 −1 | tests/unit/warnings.test.cmake |