mirror of
https://github.com/holub/mame
synced 2025-06-19 02:38:56 +03:00
3 lines
87 B
CMake
3 lines
87 B
CMake
add_executable(decode_file_cxx main.cpp)
|
|
target_link_libraries(decode_file_cxx FLAC++)
|