Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: cmake/SkUserConfig.h.in

Issue 1544493002: CMake: generate SkUserConfig.h with configure_file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: dont need else Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cmake/CMakeLists.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmake/SkUserConfig.h.in
diff --git a/cmake/SkUserConfig.h.in b/cmake/SkUserConfig.h.in
new file mode 100644
index 0000000000000000000000000000000000000000..0649656e7fb90704daa480e3f28127af3f8f8253
--- /dev/null
+++ b/cmake/SkUserConfig.h.in
@@ -0,0 +1,15 @@
+// SkUserConfig generated by CMake.
+#ifndef SkUserConfig_DEFINED
+#define SkUserConfig_DEFINED
+
+#if ${SK_RELEASE}
+ #define SK_RELEASE
+ #undef SK_DEBUG
+#else
+ #define SK_DEBUG
+ #undef SK_RELEASE
+#endif
+
+#cmakedefine01 SK_MESA
+
+#endif
« no previous file with comments | « cmake/CMakeLists.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698