Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add meson.build #23

Open
tksuoran opened this issue May 7, 2020 · 1 comment
Open

Please add meson.build #23

tksuoran opened this issue May 7, 2020 · 1 comment

Comments

@tksuoran
Copy link
Contributor

tksuoran commented May 7, 2020

Something like below will do (c++14 perhaps?):

project('RectangleBinPack', 'cpp',
        default_options : ['cpp_std=c++2a'])

library(
    'RectangleBinPack',

    sources : [
        'GuillotineBinPack.cpp',
        'MaxRectsBinPack.cpp',
        'Rect.cpp',
        'ShelfBinPack.cpp',
        'ShelfNextFitBinPack.cpp',
        'ShelfNextFitBinPack.cpp',
        'SkylineBinPack.cpp'
    ]
)
@juj
Copy link
Owner

juj commented May 7, 2020

Thanks for the suggestion! I'd rather not add a file "blind" as I cannot test it. If you'd like to add a Meson build script, I'd be happy to merge a PR in for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants