improve quality of life

Change-Id: I75e93820bd1df57d076560f1b2991f1756ca5389
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/446996
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
This commit is contained in:
Herb Derby 2021-09-08 15:11:01 -04:00 committed by SkCQ
parent db2b44e01f
commit 10d153ee21
2 changed files with 7 additions and 0 deletions

1
experimental/lowp-basic/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cmake-build-*/

View File

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.20)
project(lowp_basic)
set(CMAKE_CXX_STANDARD 17)
add_executable(lowp lowp_experiments.cpp)