commit | 4be9f6e5194d4dad9485b4b9674140e4850802a6 | [log] [tgz] |
---|---|---|
author | Viktor Kirilov <vik.kirilov@gmail.com> | Fri Dec 25 16:38:20 2020 +0200 |
committer | Viktor Kirilov <vik.kirilov@gmail.com> | Fri Dec 25 16:38:20 2020 +0200 |
tree | 7d2e43686fad3b80a0aa83c5d57e158f166d02aa | |
parent | b74520199842a825dd3eddd1a1f72b5277f00dd6 [diff] [blame] |
added the example code from issue #436
diff --git a/CMakeLists.txt b/CMakeLists.txt index 857d3d6..f5ce975 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -84,6 +84,7 @@ if(NOT DEFINED ENV{CODE_COVERAGE}) add_subdirectory(examples/exe_with_static_libs) add_subdirectory(examples/executable_dll_and_plugin) + add_subdirectory(examples/combining_the_same_tests_built_differently_in_multiple_shared_objects) add_subdirectory(scripts/playground) add_subdirectory(examples/mpi) endif()