-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
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'
]
)
Metadata
Metadata
Assignees
Labels
No labels