|
@@ -79,7 +79,7 @@ target_include_directories(datachannel PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
|
|
target_include_directories(datachannel PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/deps/plog/include)
|
|
target_include_directories(datachannel PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/deps/plog/include)
|
|
target_link_libraries(datachannel
|
|
target_link_libraries(datachannel
|
|
Threads::Threads
|
|
Threads::Threads
|
|
- usrsctp-static
|
|
|
|
|
|
+ Usrsctp::UsrsctpStatic
|
|
)
|
|
)
|
|
|
|
|
|
add_library(datachannel-static STATIC EXCLUDE_FROM_ALL ${LIBDATACHANNEL_SOURCES})
|
|
add_library(datachannel-static STATIC EXCLUDE_FROM_ALL ${LIBDATACHANNEL_SOURCES})
|
|
@@ -93,7 +93,7 @@ target_include_directories(datachannel-static PRIVATE ${CMAKE_CURRENT_SOURCE_DIR
|
|
target_include_directories(datachannel-static PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/deps/plog/include)
|
|
target_include_directories(datachannel-static PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/deps/plog/include)
|
|
target_link_libraries(datachannel-static
|
|
target_link_libraries(datachannel-static
|
|
Threads::Threads
|
|
Threads::Threads
|
|
- usrsctp-static
|
|
|
|
|
|
+ Usrsctp::UsrsctpStatic
|
|
)
|
|
)
|
|
|
|
|
|
if (USE_GNUTLS)
|
|
if (USE_GNUTLS)
|