diff options
Diffstat (limited to 'libcxx/test/CMakeLists.txt')
| -rw-r--r-- | libcxx/test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/CMakeLists.txt b/libcxx/test/CMakeLists.txt index d47a9e003fc..f206e92c2cc 100644 --- a/libcxx/test/CMakeLists.txt +++ b/libcxx/test/CMakeLists.txt @@ -1,3 +1,5 @@ +include(AddLLVM) # for add_lit_testsuite + macro(pythonize_bool var) if (${var}) set(${var} True) |

