mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
6 lines
110 B
CMake
6 lines
110 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
project(webfuse VERSION 2.0.0)
|
|
|
|
add_executable(webfuse
|
|
src/main.cpp)
|