mirror of
https://github.com/intel/gmmlib.git
synced 2025-09-10 12:54:37 +08:00
12 lines
248 B
CMake
12 lines
248 B
CMake
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)
|
|
|
|
enable_testing()
|
|
|
|
add_subdirectory(Source/GmmLib)
|