Add 'project' directive to the build script

pull/285/head
Gianluca Recchia 2019-10-30 17:37:11 +01:00
parent f039e38c4c
commit fe17d715fc
No known key found for this signature in database
GPG Key ID: 3C2B4128D9A1F218
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(grive2)
include(GNUInstallDirs)
@ -12,4 +13,3 @@ add_definitions( -D_FILE_OFFSET_BITS=64 -std=c++0x )
add_subdirectory( systemd )
add_subdirectory( libgrive )
add_subdirectory( grive )