Make test suite optional by using CTest
This commit is contained in:
parent
5a5699bdbd
commit
8f824265ea
3 changed files with 83 additions and 76 deletions
|
|
@ -15,6 +15,9 @@ option(ENABLE_HLSL "Enables HLSL input support" ON)
|
|||
|
||||
project(glslang)
|
||||
|
||||
# make testing optional
|
||||
include(CTest)
|
||||
|
||||
if(ENABLE_AMD_EXTENSIONS)
|
||||
add_definitions(-DAMD_EXTENSIONS)
|
||||
endif(ENABLE_AMD_EXTENSIONS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue