xref: /aosp_15_r20/external/skia/experimental/lowp-basic/CMakeLists.txt (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Workercmake_minimum_required(VERSION 3.20)
2*c8dee2aaSAndroid Build Coastguard Workerproject(lowp_basic)
3*c8dee2aaSAndroid Build Coastguard Worker
4*c8dee2aaSAndroid Build Coastguard Workerset(CMAKE_CXX_STANDARD 17)
5*c8dee2aaSAndroid Build Coastguard Worker
6*c8dee2aaSAndroid Build Coastguard Workeradd_executable(lowp lowp_experiments.cpp)
7*c8dee2aaSAndroid Build Coastguard Worker
8*c8dee2aaSAndroid Build Coastguard Workeradd_executable(lerp lerp-study.cpp)
9*c8dee2aaSAndroid Build Coastguard Worker
10*c8dee2aaSAndroid Build Coastguard Workeradd_executable(bilerp bilerp-study.cpp)
11