mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 17:26:48 +08:00
3 lines
76 B
CMake
3 lines
76 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
project(cpp-ipc)
|
|
add_subdirectory(test) |