aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a tool for testing decoding+encoding in a number of configurationsMartin Storsjo2023-10-061-0/+11
|
* cmake: Link the library as C, not C++Martin Storsjo2023-10-061-1/+2
| | | | | | This matches how it is done in the autotools build. We try not to rely on the C++ standard library, and this makes sure that this property is maintained (even if developing with CMake).
* Bump the versions and add changelog entries for v2.0.2Martin Storsjo2021-04-281-3/+3
|
* Specify the macOS compatibility version to make it a drop-in replacement for ↵Martin Storsjo2021-04-281-1/+3
| | | | the libtool built
* Made this compatible with cmake version 3.5.1Staz M2021-04-071-1/+1
|
* Add CMake projectevpobr2021-01-201-0/+586