cmake_minimum_required(VERSION 3.15) project(Generator) # 添加所有独立项目 add_subdirectory(CCOS.Dev.Generator.Mould) add_subdirectory(ECOM/CCOS.Dev.Generator.Demo) add_subdirectory(PSG/CCOS.Dev.Generator.PSG_HR) add_subdirectory(PSG/CCOS.Dev.Generator.PSG_HD)