mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 08:29:54 -06:00
24 lines
434 B
CMake
24 lines
434 B
CMake
set(REGEX_TO_MATCH "
|
|
Unity\\('main_Unity_Group_TestGroup_2'\\)
|
|
.*
|
|
.UnityOutputPattern = 'main_Unity_Group_TestGroup_2.cpp'
|
|
.UnityInputFiles =
|
|
{
|
|
'.*some_source_file_1.cpp',
|
|
'.*some_source_file_2.cpp'
|
|
}
|
|
.*
|
|
ObjectList.*
|
|
.*
|
|
\.CompilerInputUnity =
|
|
{
|
|
'main_Unity_Group_TestGroup_2'
|
|
}
|
|
\.CompilerInputFiles =
|
|
{
|
|
'.*main.cpp'
|
|
}
|
|
")
|
|
|
|
include(${RunCMake_SOURCE_DIR}/check.cmake)
|