Skip to content

Add support for conditional languages #184

Open
@mrexodia

Description

@mrexodia
[project]
name = "foo"
languages = ["C"]
apple.languages = ["OBJCXX"]

This should generate:

project(foo LANGUAGES C)

if(<apple condition>)
  enable_language(OBJCXX)
endif()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementModification in behavior that improves the quality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions