mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:29:01 +08:00
86620461eb
* [yoga] Update to 1.16.0 * [yoga] Enabled UWP builds * [yoga] Fixed regressions
12 lines
216 B
Diff
12 lines
216 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -6,7 +6,7 @@
|
|
#
|
|
|
|
cmake_minimum_required(VERSION 3.4.1)
|
|
-
|
|
+project(yogacore CXX)
|
|
set(CMAKE_VERBOSE_MAKEFILE on)
|
|
|
|
file(GLOB_RECURSE yogacore_SRC yoga/*.cpp)
|