cmake_minimum_required(VERSION 3.10) project(secgateway) # 工程名字,随你怎么叫都行 ADD_SUBDIRECTORY(./Product/user) ADD_SUBDIRECTORY(./Product/modules)