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:16 +02:00
parent 376b15a06e
commit 7e83f7a919
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 tageditor)
project(tageditor)
set(META_PROJECT_NAME ${PROJECT_NAME})
set(META_PROJECT_TYPE application)
set(META_APP_NAME "Tag Editor")
set(META_APP_CATEGORIES "AudioVideo;Database;")