CMake support added

This commit is contained in:
Vitaliy Kirsanov
2019-03-31 23:04:45 +03:00
committed by Erik de Castro Lopo
parent 12ec86c618
commit c39718d7a3
41 changed files with 682 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
add_executable(encode_file_cxx main.cpp)
target_link_libraries(encode_file_cxx FLACXX-static)