OVR_multiview: another num_views validation test
[piglit.git] / cmake / target_api / no_api / CMakeLists.txt
blobafce3c469430996d932042adeca17f3e1b55877d
1 # "Make no_api. no_api... what kind of API is that? NonAPI. This is the
2 # essential art of CMake-zen."
3 #     -- Eihei Dogen. "Fukan Zazengi". circa 1228 CE.
5 set(piglit_target_api "no_api")
6 foreach(dir "src" "tests")
7         add_subdirectory(${piglit_SOURCE_DIR}/${dir}
8                 ${piglit_BINARY_DIR}/target_api/${piglit_target_api}/${dir}
9                 )
10 endforeach(dir)