Fix Windows build

This commit is contained in:
Maxim Biro 2017-06-09 23:18:43 -04:00
parent a429ef4a28
commit 1b290c0d84

View File

@ -400,10 +400,10 @@ endfunction()
if(BUILD_TOXAV) if(BUILD_TOXAV)
add_c_executable(auto_monolith_test auto_tests/monolith_test.c) add_c_executable(auto_monolith_test auto_tests/monolith_test.c)
target_link_modules(auto_monolith_test target_link_modules(auto_monolith_test
${toxcore_PKGCONFIG_LIBS}
${LIBSODIUM_LIBRARIES} ${LIBSODIUM_LIBRARIES}
${OPUS_LIBRARIES} ${OPUS_LIBRARIES}
${VPX_LIBRARIES}) ${VPX_LIBRARIES}
${toxcore_PKGCONFIG_LIBS})
add_test(NAME monolith COMMAND auto_monolith_test) add_test(NAME monolith COMMAND auto_monolith_test)
endif() endif()