mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:11:37 +08:00
14 lines
285 B
Diff
14 lines
285 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5a89ace..6b5836d 100644
|
|
--- 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 yogacore_SRC yoga/*.cpp)
|