diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d5bd606..d8994372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if (NOT EMSCRIPTEN) add_subdirectory(lllc) endif() -if (TESTS AND NOT EMSCRIPTEN) +if (TESTS AND NOT EMSCRIPTEN AND NOT WIN32) add_subdirectory(test) endif() |