1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
falk-werner_webfuse/CMakeLists.txt
2022-11-12 11:34:51 +01:00

6 lines
110 B
CMake

cmake_minimum_required(VERSION 3.10)
project(webfuse VERSION 2.0.0)
add_executable(webfuse
src/main.cpp)