unplugged-system/external/flac/examples/cpp/encode/file/CMakeLists.txt

3 lines
87 B
CMake
Raw Normal View History

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