You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
282 B

if(WITH_GTESTS)
# Otherwise we get warnings here that we cant fix in external projects
remove_strict_flags()
# Build common test executable used by most tests
add_subdirectory(runner)
# Build utility library used by test executables
add_subdirectory(testing)
endif()