Add CMakeLists.txt project

master
paradust7 2022-03-30 02:06:54 +00:00
parent ad3eb4cb1e
commit 12679e7ef5
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(webshims)
add_subdirectory(src)