1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

set c++ standard

This commit is contained in:
Falk Werner 2022-11-13 14:22:11 +01:00
parent 9f300ec2d4
commit aa3cbd28f4

View File

@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.10)
project(webfuse VERSION 2.0.0)
set (CMAKE_CXX_STANDARD 17)
find_package(PkgConfig REQUIRED)
pkg_check_modules(FUSE REQUIRED IMPORTED_TARGET fuse3)
pkg_check_modules(LWS REQUIRED IMPORTED_TARGET libwebsockets)