Skip to content

CMake'ify the repository #7

Description

@eyalroz

Even though this is a single-header library - it's still useful to have a CMake for it. Benefits:

  1. Plays well with testing, especially when TODO: Add proper tests #4 happens. Particularly,
  2. Makes it easier(ish) to build with different compilers on different platforms
  3. Allows installation in a way which other projects can use find_package(inplace_vector) and then target_link_libraries(myapp inplace_vector::inplace_vector) just like any library.
  4. Package managers like conan and vcpkg like it. In case you plan on releasing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions