Function parse_cmakelists

Source
pub fn parse_cmakelists(
    src: &[u8],
) -> Result<CMakeListsTokens<'_>, CMakeListsParseError>