home projects git about
1 2 3 4
cmake_minimum_required(VERSION 3.2) project(ezxml) add_library(ezxml STATIC ezxml.c)