diff options
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index cd03e1bea..0ea4e66de 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -387,6 +387,7 @@ if (${GTEST_FOUND} STREQUAL TRUE) test_service_main.c test_service_model.c test_service_model.h) + add_dependencies (test-gtest-service unity-core-${UNITY_API_VERSION}) # The actual test executable add_executable(test-gtest |
