furnace/extern/flac/examples/cpp/decode/file/CMakeLists.txt

3 lines
87 B
Text
Raw Normal View History

add_executable(decode_file_cxx main.cpp)
target_link_libraries(decode_file_cxx FLAC++)