From af62df4db81d347254bcc9ddd26c7704dc5edbd3 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 4 Jan 2020 17:15:58 +0100 Subject: [PATCH] Add project to CMakeLists --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 702298029..15cc4d34c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +project(clementine) + cmake_minimum_required(VERSION 2.8.11) cmake_policy(SET CMP0011 OLD) cmake_policy(SET CMP0053 OLD)