mirror of https://github.com/libp2p/cpp-libp2p.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
289 B
13 lines
289 B
#
|
|
# Copyright Quadrivium LLC
|
|
# All Rights Reserved
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
include_directories(${PROJECT_SOURCE_DIR})
|
|
|
|
add_subdirectory(acceptance)
|
|
add_subdirectory(deps)
|
|
add_subdirectory(libp2p)
|
|
add_subdirectory(testutil)
|
|
|