MAME/3rdparty/flac/examples/c/encode/file/CMakeLists.txt
2026-05-23 01:35:04 +10:00

3 lines
75 B
CMake

add_executable(encode_file main.c)
target_link_libraries(encode_file FLAC)