Use of BUILD_SHARED_LIBS added

This commit is contained in:
Vitaliy Kirsanov
2019-04-29 12:48:24 +03:00
committed by Erik de Castro Lopo
parent 1cb968a7d4
commit 573dbc12ae
23 changed files with 68 additions and 97 deletions

View File

@@ -1,2 +1,2 @@
add_executable(decode_file_cxx main.cpp)
target_link_libraries(decode_file_cxx FLAC++-static)
target_link_libraries(decode_file_cxx FLAC++)