mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-14 10:37:38 +01:00
30506a084a
Also had to fix a few of the audacious files to get them to compile, mainly not using NULL in the input plugin constructor and casting the STREAMFILE functions (maybe some *nix compilers would've accepted those, but FreeBSD 12's Clang did not)
4 lines
47 B
CMake
4 lines
47 B
CMake
add_library(getopt STATIC
|
|
getopt.h
|
|
getopt.c)
|