This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
vgmstream
Watch
1
Star
0
Fork
0
You've already forked vgmstream
mirror of
https://github.com/vgmstream/vgmstream.git
synced
2024-11-24 15:00:11 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2b042d6eed
vgmstream
/
ext_libs
/
Getopt
/
CMakeLists.txt
4 lines
47 B
CMake
Raw
Normal View
History
Unescape
Escape
Add Audacious CMake script, cleanup 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)
2019-03-18 05:17:08 +01:00
add_library
(
getopt
STATIC
g
e
t
o
p
t
.
h
Add CMake scripts Needed to change how version.h was included to let it pick up the one from CMake's build location. NOTE: Does not build with MinGW-w64 currently, does not have a way to build the audacious or XMPlay plugins.
2019-03-17 19:36:55 +01:00
g
e
t
o
p
t
.
c
)
Reference in New Issue
Copy Permalink