Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
[CMake] Move libgtest for external projects.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200558 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Jan 31, 2014
1 parent 773f200 commit 1089c2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Expand Up @@ -472,6 +472,10 @@ add_subdirectory(utils/not)
add_subdirectory(utils/llvm-lit)
add_subdirectory(utils/yaml-bench)

if(LLVM_INCLUDE_TESTS)
add_subdirectory(utils/unittest)
endif()

add_subdirectory(projects)

if( LLVM_INCLUDE_TOOLS )
Expand All @@ -484,7 +488,6 @@ endif()

if( LLVM_INCLUDE_TESTS )
add_subdirectory(test)
add_subdirectory(utils/unittest)
add_subdirectory(unittests)
if (MSVC)
# This utility is used to prevent crashing tests from calling Dr. Watson on
Expand Down

0 comments on commit 1089c2c

Please sign in to comment.