Set project() on top-level

See https://github.com/Martchus/cpp-utilities/pull/15
This commit is contained in:
Martchus 2019-07-20 18:09:38 +02:00
parent e4f35546d0
commit 4589c09605
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
# meta data
set(META_PROJECT_NAME videodownloader)
project(videodownloader)
set(META_PROJECT_NAME ${PROJECT_NAME})
set(META_PROJECT_TYPE application)
set(META_APP_NAME "Video Downloader")
set(META_APP_CATEGORIES "Network;FileTransfer")