Skip to content

Commit

Permalink
[libc][Obvious] Include MPFRWrapper and testutils only if tests are e…
Browse files Browse the repository at this point in the history
…nabled.
  • Loading branch information
Siva Chandra Reddy committed Feb 10, 2023
1 parent 6eb1380 commit b67b26a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libc/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
add_subdirectory(MPFRWrapper)
add_subdirectory(testutils)
if(LLVM_INCLUDE_TESTS)
add_subdirectory(MPFRWrapper)
add_subdirectory(testutils)
endif()

0 comments on commit b67b26a

Please sign in to comment.