Add project to CMakeLists

This commit is contained in:
Jonas Kvinge 2020-01-04 17:15:58 +01:00
parent 0308a3f9a5
commit af62df4db8
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
project(clementine)
cmake_minimum_required(VERSION 2.8.11)
cmake_policy(SET CMP0011 OLD)
cmake_policy(SET CMP0053 OLD)