mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
3 lines
94 B
CMake
3 lines
94 B
CMake
|
|
add_executable(decode_file_cxx main.cpp)
|
||
|
|
target_link_libraries(decode_file_cxx FLACXX-static)
|