mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
5 lines
62 B
CMake
5 lines
62 B
CMake
|
set(SOURCES
|
||
|
getopt.c)
|
||
|
|
||
|
add_library(getopt STATIC ${SOURCES})
|