Move mocks to their own interface (#4645)
This commit is contained in:
@@ -174,6 +174,10 @@ include(cmake/resources/generate_resources.cmake)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
if (BUILD_TESTS OR BUILD_BENCHMARKS)
|
||||
add_subdirectory(mocks)
|
||||
endif ()
|
||||
|
||||
if (BUILD_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(tests)
|
||||
|
||||
Reference in New Issue
Block a user