Skip to content

Fix GMock library target usage

Luca Weiss requested to merge z3ntu/lomiri-system-compositor:gmock into main

Fixes the following errors:

CMake Error at tests/unit-tests/CMakeLists.txt:43 (add_dependencies):
  The dependency target "GMock" of target "lsc_unit_tests" does not exist.

CMake Error at tests/integration-tests/CMakeLists.txt:57 (add_dependencies):
  The dependency target "GMock" of target "lsc_integration_tests" does not
  exist.
Edited by Luca Weiss

Merge request reports