Skip to content
Snippets Groups Projects
Commit b52b97b6 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

It seems that ADD_INTEGRATION_TEST tests now require GoogleMock to build

parent 4ea9361a
No related branches found
No related tags found
No related merge requests found
# -*- cmake -*-
include(LLTestCommand)
include(GoogleMock)
MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources)
# Given a project name and a list of sourcefiles (with optional properties on each),
......@@ -190,6 +191,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
SET(libraries
${library_dependencies}
${GOOGLEMOCK_LIBRARIES}
${PTHREAD_LIBRARY}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment