diff options
| author | rimio <vasi.vilvoiu@gmail.com> | 2019-01-09 00:08:57 +0200 |
|---|---|---|
| committer | rimio <vasi.vilvoiu@gmail.com> | 2019-01-09 00:08:57 +0200 |
| commit | 45753482e99ec37d9cab0d898f7b75d64f658a3c (patch) | |
| tree | 5ec45bde04095e345cad6306c0091b90f4b03364 /CMakeLists.txt | |
| parent | 85acad49b42bf3734249dae13429a26395a68a03 (diff) | |
VIS code
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5eda742..5ce0377 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,5 +60,5 @@ if (BUILD_TOOLS) set_property (TARGET ${PROJECT_NAME}-encode PROPERTY LINKER_LANGUAGE CXX) set_property (TARGET ${PROJECT_NAME}-encode PROPERTY CXX_STANDARD 14) target_include_directories(${PROJECT_NAME}-encode PUBLIC "${SRC_DIR}/tools" PUBLIC "${INCLUDE_DIR}") - target_link_libraries (${PROJECT_NAME}-encode ${PROJECT_NAME} glog gflags X11) + target_link_libraries (${PROJECT_NAME}-encode ${PROJECT_NAME} glog gflags X11 sndfile) endif (BUILD_TOOLS)
\ No newline at end of file |
