diff Orthanc/Resources/CMake/GoogleTestConfiguration.cmake @ 145:d850500b8ca6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:15:05 +0100
parents d6da56f86e5a
children 08f30c8962a7
line wrap: on
line diff
--- a/Orthanc/Resources/CMake/GoogleTestConfiguration.cmake	Fri Sep 16 09:19:10 2016 +0200
+++ b/Orthanc/Resources/CMake/GoogleTestConfiguration.cmake	Tue Nov 08 10:15:05 2016 +0100
@@ -28,6 +28,8 @@
     add_definitions(/D _VARIADIC_MAX=10)
   endif()
 
+  source_group(ThirdParty\\GoogleTest REGULAR_EXPRESSION ${GTEST_SOURCES_DIR}/.*)
+
 else()
   include(FindGTest)
   if (NOT GTEST_FOUND)