mirror of
https://github.com/holub/mame
synced 2025-06-18 10:18:57 +03:00
3 lines
75 B
CMake
3 lines
75 B
CMake
add_executable(encode_file main.c)
|
|
target_link_libraries(encode_file FLAC)
|