mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
cursors: CMake warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2a4b83adff
commit
2b26cf090d
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 2.8.11)
|
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
|
||||||
|
|
||||||
|
project(cursors)
|
||||||
|
|
||||||
include(cursors.cmake)
|
include(cursors.cmake)
|
||||||
include(config.cmake)
|
include(config.cmake)
|
||||||
|
|
Loading…
Add table
Reference in a new issue