From 582075ad8d9c6fdb4178d7f5bb8686b4d257e421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Sat, 17 Mar 2018 18:50:20 -0300 Subject: Removing sample meson build files. These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY --- src/libvpsc/meson.build | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/libvpsc/meson.build (limited to 'src/libvpsc') diff --git a/src/libvpsc/meson.build b/src/libvpsc/meson.build deleted file mode 100644 index 7e2dc3fd5..000000000 --- a/src/libvpsc/meson.build +++ /dev/null @@ -1,34 +0,0 @@ -libvpsc_sources = files([ - 'block.cpp', - 'blocks.cpp', - 'cbuffer.cpp', - 'constraint.cpp', - 'rectangle.cpp', - 'solve_VPSC.cpp', - 'variable.cpp' -]) - -libvpsc_headers = files([ - 'assertions.h', - 'block.h', - 'blocks.h', - 'cbuffer.h', - 'constraint.h', - 'exceptions.h', - 'isnan.h', - 'linesegment.h', - 'pairing_heap.h', - 'rectangle.h', - 'solve_VPSC.h', - 'variable.h' -]) - -libvpsc_deps = [] - -libvpsc = static_library('libvpsc', - sources: [libvpsc_sources, - libvpsc_headers], - dependencies: libvpsc_deps, - include_directories: [srcinc, confinc]) - -libvpsc_dep = declare_dependency(link_with : libvpsc) -- cgit v1.2.3