This commit is contained in:
2026-02-22 04:27:47 +00:00
commit 84aed863b1
5 changed files with 71 additions and 0 deletions

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.1)
project(uibi-mu CXX)
find_package(CURL REQUIRED)
add_executable(uibi-mu main.cpp)
target_link_libraries(uibi-mu PRIVATE CURL::libcurl)