summaryrefslogtreecommitdiff
path: root/sigc++/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-0/+1
| | | | | It shall not be possible to find a sigc++ header file with #include <xxx.h> instead of #include <sigc++/xxx.h>.
* Meson build: Make it possible to use sigc++ as a subprojectKjell Ahlstedt2021-03-121-4/+4
| | | | mm-common can be a subproject of sigc++.
* Meson build: fix versioning on macOSTom Schoonjans2020-09-281-1/+2
| | | | See pull request #65
* sigc++/meson.build: Library name is sigc-3.0Kjell Ahlstedt2019-12-291-2/+3
| | | | Pointed out by Chun-wei Fan in PR #51.
* meson: Build Windows .rc files on WindowsChun-wei Fan2019-12-291-0/+9
| | | | | This ensures that on Windows, the version info resources are indeed linked into the libsigc++ DLL.
* Meson: Fix Visual Studio buildsChun-wei Fan2019-12-201-0/+8
| | | | | We need to make sure that SIGC_BUILD and _WINDLL are defined when building the libsigc++ DLL, so that it gets build properly.
* Add support for building libsigc++-3.0 with MesonKjell Ahlstedt2019-12-201-0/+86
libsigc++-3.0 can be built with either Autotools or Meson.