mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-05 17:42:24 +08:00
9 lines
100 B
CMake
9 lines
100 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(testFramework)
|
|
|
|
|
|
add_subdirectory(testAdminRegistry)
|
|
|
|
|
|
|