Sign in
fuchsia
/
third_party
/
github.com
/
intel
/
gmmlib
/
c528deafb8a5f3911765980b1f8c2d54e6a0c4f7
/
.
/
CMakeLists.txt
blob: 5369cc1d6c217e039e6f4cd0fca780074c7ef7e5 [
file
] [
log
] [
blame
]
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
if (NOT DEFINED RUN_TEST_SUITE)
option (RUN_TEST_SUITE "run test suite after install" ON)
endif (NOT DEFINED RUN_TEST_SUITE)
project(igfx_gmmumd)
add_subdirectory(Source/GmmLib)