network-experiment/CMakeLists.txt

9 lines
161 B
CMake

cmake_minimum_required(VERSION 3.0)
project(all)
enable_testing()
include(3rdparty-boost.cmake)
include(3rdparty-googletest.cmake)
add_subdirectory(bmrshared)