source_group(<name> [FILES <src>...] [REGULAR_EXPRESSION <regex>]) source_group(TREE <root> [PREFIX <prefix>] [FILES <src>...])
source_group(<name> [FILES <src>...] [REGULAR_EXPRESSION <regex>]) source_group(TREE <root> [PREFIX <prefix>] [FILES <src>...])
source_group("Public" REGULAR_EXPRESSION "Public/*")
source_group("MachineIndependent\\Preprocessor" REGULAR_EXPRESSION "MachineIndependent/preprocessor/*")
source_group(texdiag REGULAR_EXPRESSION Texdiag/*.*)
source_group("Music Formats\\Win32" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/musicformats/win32/.+")
source_group("Python Files" REGULAR_EXPRESSION ".*\\.py\\.in$")
source_group("Audio Files\\Timidity\\Headers" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/timidity/.+\\.h$")
source_group("${fileGroup}" REGULAR_EXPRESSION "${filePath}/[^/.]+.(cpp|h)$")
source_group("GenericCodeGen" REGULAR_EXPRESSION "GenericCodeGen/*")
source_group("Header Files" REGULAR_EXPRESSION
.*[.]h
)
source_group("OSDependent\\Windows" REGULAR_EXPRESSION "OSDependent/Windows/*")
SOURCE_GROUP(Headers REGULAR_EXPRESSION ".*h$")
source_group("Source Files\\" REGULAR_EXPRESSION ".*\\.c(pp)?")
SOURCE_GROUP("Forms\\SDRDevices" REGULAR_EXPRESSION "src/forms/SDRDevices/${REG_EXT}")
source_group(dsp REGULAR_EXPRESSION "DSP/.*")
source_group("Source Files/Generated" REGULAR_EXPRESSION "(_metatypes\\.json)$")
source_group("Games\\Doom Game" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/g_doom/.+")
source_group("Other Files" REGULAR_EXPRESSION ".")
source_group("Include" REGULAR_EXPRESSION "Include/[^/]*")
source_group("Common Headers" REGULAR_EXPRESSION "/include/wx/.*\\.h")
source_group("MachineIndependent\\Preprocessor" REGULAR_EXPRESSION "MachineIndependent/preprocessor/*")
SOURCE_GROUP("Hpp Files" REGULAR_EXPRESSION ".hpp")
source_group(System/Ps2/SPU2 REGULAR_EXPRESSION SPU2/*)
source_group("SurrealEngine" REGULAR_EXPRESSION "${CMAKE_CURRENT_SOURCE_DIR}/SurrealEngine/.+")
source_group(application/cocoa REGULAR_EXPRESSION "pomdog/application/cocoa/*")
source_group("TinyXML" REGULAR_EXPRESSION "\\/impl\\/tiny.+")
source_group(include
REGULAR_EXPRESSION ${Forge_SOURCE_DIR}/include/*)
SOURCE_GROUP(Headers REGULAR_EXPRESSION ".*h$")
source_group(api\\c REGULAR_EXPRESSION ${ArrayFire_SOURCE_DIR}/src/api/c/*)
source_group("Moc Files" REGULAR_EXPRESSION "moc_.*")
source_group("Source" REGULAR_EXPRESSION "[^/]*")
source_group("Include" REGULAR_EXPRESSION "Include/[^/]*")
source_group("${GROUP}\\${FILEPATH}" REGULAR_EXPRESSION "${REGEX}" FILES ${FILENAME})
source_group("Generic Sources" REGULAR_EXPRESSION "/src/generic/.*")
source_group("src\\mux" REGULAR_EXPRESSION "${CMAKE_CURRENT_SOURCE_DIR}/src/mux/.+")
source_group("Header Files\\COFF" REGULAR_EXPRESSION
COFF/.*[.]h
)
source_group("DerivedSources" REGULAR_EXPRESSION "${DERIVED_SOURCES_WEBCORE_DIR}")
SOURCE_GROUP(Headers REGULAR_EXPRESSION ".*h$")
source_group("src\\code" REGULAR_EXPRESSION "src/code/*")
SOURCE_GROUP("Generated Files" REGULAR_EXPRESSION qrc_.*cxx|moc_.*cxx)
source_group("Audio Files\\OPL Synth" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/oplsynth/.+")
SOURCE_GROUP(Headers REGULAR_EXPRESSION ".*h$")