forked from external/yambar
cmake: need CMake >= 3.13 since we use target_link_options()
This commit is contained in:
parent
5884300b5b
commit
7ff0f5a2f3
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.7)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
add_library(decoration-sdk INTERFACE)
|
||||
target_link_libraries(decoration-sdk INTERFACE PkgConfig::cairo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue