mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Link catch2
This commit is contained in:
parent
c401b801e3
commit
b7f3c91f30
1 changed files with 3 additions and 2 deletions
|
@ -24,5 +24,6 @@ if(ANDROID)
|
|||
target_link_libraries(snapcast_test log)
|
||||
endif(ANDROID)
|
||||
|
||||
target_link_libraries(snapcast_test PRIVATE OpenSSL::Crypto OpenSSL::SSL
|
||||
Catch2::Catch2WithMain)
|
||||
target_link_libraries(
|
||||
snapcast_test PRIVATE OpenSSL::Crypto OpenSSL::SSL Catch2::Catch2
|
||||
Catch2::Catch2WithMain)
|
||||
|
|
Loading…
Add table
Reference in a new issue