mirror of
https://github.com/claunia/flac.git
synced 2026-07-10 02:46:46 +00: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++)
|