mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-04 22:29:40 -06:00
11 lines
178 B
CMake
11 lines
178 B
CMake
set(REGEX_TO_MATCH "
|
|
.*ObjectList.*
|
|
.*
|
|
\.CompilerInputFiles =
|
|
{
|
|
'.*main.cpp',
|
|
'.*some_source_file_1.cpp'
|
|
}
|
|
")
|
|
include(${RunCMake_SOURCE_DIR}/check.cmake)
|