mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-13 16:41:48 +08:00
4 lines
115 B
CMake
4 lines
115 B
CMake
cmake_minimum_required(VERSION 3.1.3)
|
|
project(ChatClient)
|
|
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ChatClient)
|