Skip to content

CMake: flamegpu_add_library #162

@ptheywood

Description

@ptheywood

Document the existance of flamegpu_add_library introduced in FLAMEGPU/FLAMEGPU2#1062.

There's not currently a great home for this within the userguide, so probably need to introduce a project or cmake type page?, which could also document the add_executable version.

tldr;

  • Use add executable if you just want a single binary
  • Use add_library if you want a common base which interacts with flamegpu, that can then be linked against by one or more executables, i.e. for a simulator and a test suite.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions