Skip to content
Snippets Groups Projects
Commit d39c28fa authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

option to build gmock

parent 1f83c15f
No related branches found
No related tags found
1 merge request!466devel->main
...@@ -49,6 +49,10 @@ IF(NOT BUILD_TESTS) ...@@ -49,6 +49,10 @@ IF(NOT BUILD_TESTS)
OPTION(BUILD_TESTS "Build Unit tests" ON) OPTION(BUILD_TESTS "Build Unit tests" ON)
ENDIF(NOT BUILD_TESTS) ENDIF(NOT BUILD_TESTS)
IF(NOT BUILD_GMOCK)
OPTION(BUILD_GMOCK "Build GMock" OFF)
ENDIF(NOT BUILD_GMOCK)
IF(NOT BUILD_DEMOS) IF(NOT BUILD_DEMOS)
OPTION(BUILD_DEMOS "Build Demos" ON) OPTION(BUILD_DEMOS "Build Demos" ON)
ENDIF(NOT BUILD_DEMOS) ENDIF(NOT BUILD_DEMOS)
......
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