File: CMakeLists.txt

package info (click to toggle)
intel-gmmlib 22.8.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,460 kB
  • sloc: cpp: 59,833; ansic: 11,372; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required (VERSION 3.5)

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)