Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Jun 10, 2017
1 parent a429ef4 commit 1b290c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@ endfunction()
if(BUILD_TOXAV)
add_c_executable(auto_monolith_test auto_tests/monolith_test.c)
target_link_modules(auto_monolith_test
${toxcore_PKGCONFIG_LIBS}
${LIBSODIUM_LIBRARIES}
${OPUS_LIBRARIES}
${VPX_LIBRARIES})
${VPX_LIBRARIES}
${toxcore_PKGCONFIG_LIBS})
add_test(NAME monolith COMMAND auto_monolith_test)
endif()

Expand Down

0 comments on commit 1b290c0

Please sign in to comment.