larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

make CMakeLists.txt more OS independent #40

Closed AlwinEsch closed 1 year ago

AlwinEsch commented 2 years ago

Previously, it was permanently set with GNU gcc / clang compilation flags to C99 and PIC, this commit carries out the support introduced with cmake 3.1 with operating system-independent values.

See: