build: vendor dependencies as submodules
This commit is contained in:
parent
252bc8140b
commit
bc1eb5a08e
8 changed files with 23 additions and 8 deletions
|
|
@ -51,9 +51,9 @@ if(NAUT_SAN STREQUAL "address" OR NAUT_SAN STREQUAL "undefined")
|
|||
set(PEER_ASAN ON CACHE BOOL "" FORCE)
|
||||
set(TRACKER_ASAN ON CACHE BOOL "" FORCE)
|
||||
endif()
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/../torrent-peer
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/external/torrent-peer
|
||||
${CMAKE_BINARY_DIR}/torrent-peer)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/../torrent-tracker
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/external/torrent-tracker
|
||||
${CMAKE_BINARY_DIR}/torrent-tracker)
|
||||
|
||||
if(NAUT_STANDALONE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue