mirror of
https://github.com/OldUnreal/flac.git
synced 2026-04-02 21:40:30 -07:00
3 lines
87 B
CMake
3 lines
87 B
CMake
add_executable(encode_file_cxx main.cpp)
|
|
target_link_libraries(encode_file_cxx FLAC++)
|