mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix Windows build
This commit is contained in:
parent
a429ef4a28
commit
1b290c0d84
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user