mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
4 lines
104 B
CMake
4 lines
104 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
project(cairo VERSION 1.14.6 LANGUAGES C CXX)
|
|
add_subdirectory(src)
|