Files
gmmlib/CMakeLists.txt
2023-03-08 20:34:58 +05:30

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)