mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:29:06 +08:00
4 lines
108 B
CMake
4 lines
108 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
project(pixman VERSION 0.32.0 LANGUAGES C CXX)
|
||
|
|
||
|
add_subdirectory(pixman)
|