mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
cmFileSet: add a query for includeable file set types
This commit is contained in:
@@ -80,6 +80,11 @@ bool cmFileSetVisibilityIsForInterface(cmFileSetVisibility vis)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool cmFileSetTypeCanBeIncluded(std::string const& type)
|
||||
{
|
||||
return type == "HEADERS"_s;
|
||||
}
|
||||
|
||||
cmFileSet::cmFileSet(cmake& cmakeInstance, std::string name, std::string type,
|
||||
cmFileSetVisibility visibility)
|
||||
: CMakeInstance(cmakeInstance)
|
||||
|
||||
Reference in New Issue
Block a user