This commit is contained in:
2022-08-14 18:50:55 +02:00
commit c0db6e3c30
5 changed files with 94 additions and 0 deletions

2
src/CMakeLists.txt Normal file
View File

@ -0,0 +1,2 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)

6
src/main1.cpp Normal file
View File

@ -0,0 +1,6 @@
int main(void) {
return 0;
}