diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-12-09 15:55:30 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2020-12-09 16:33:44 (GMT) |
commit | 8da25e4a3c0583a940abcbfede8ceb915fd976e0 (patch) | |
tree | ce4042e286216ed4dce40120af99677c973a80e2 /Tests/ISPC/CMakeLists.txt | |
parent | 64fb825438a2fecb9eab9933d5d1b926bf6f294b (diff) | |
download | CMake-8da25e4a3c0583a940abcbfede8ceb915fd976e0.zip CMake-8da25e4a3c0583a940abcbfede8ceb915fd976e0.tar.gz CMake-8da25e4a3c0583a940abcbfede8ceb915fd976e0.tar.bz2 |
ISPC: Treat system includes as '-I' includes
ISPC doesn't have specific syntax for system includes.
Diffstat (limited to 'Tests/ISPC/CMakeLists.txt')
-rw-r--r-- | Tests/ISPC/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ISPC/CMakeLists.txt b/Tests/ISPC/CMakeLists.txt index c13271a..2c3651d 100644 --- a/Tests/ISPC/CMakeLists.txt +++ b/Tests/ISPC/CMakeLists.txt @@ -13,4 +13,5 @@ add_ispc_test_macro(ISPC.ObjectGenex ISPCObjectGenex) add_ispc_test_macro(ISPC.ObjectLibrary ISPCObjectLibrary) add_ispc_test_macro(ISPC.ResponseAndDefine ISPCResponseAndDefine) add_ispc_test_macro(ISPC.StaticLibrary ISPCStaticLibrary) +add_ispc_test_macro(ISPC.SystemIncludes ISPCSystemIncludes) add_ispc_test_macro(ISPC.TryCompile ISPCTryCompile) |