This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
nettrans/net_com/CMakeLists.txt

6 lines
133 B
CMake
Raw Permalink Normal View History

2024-04-16 20:34:32 +08:00
cmake_minimum_required (VERSION 3.8)
project (net_com)
set(CMAKE_CXX_STANDARD 11)
add_library(net_com STATIC net_com.h net_com.cpp)