diff Resources/CMake/LibP11Configuration.cmake @ 2113:0108ac01fc8e

added source_group directives for MSVC
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 11:43:28 +0200
parents 8c9426d0a3e2
children ad72fbd700b7
line wrap: on
line diff
--- a/Resources/CMake/LibP11Configuration.cmake	Thu Oct 27 11:32:38 2016 +0200
+++ b/Resources/CMake/LibP11Configuration.cmake	Thu Oct 27 11:43:28 2016 +0200
@@ -54,6 +54,8 @@
       )
   endif()
 
+  source_group(ThirdParty\\libp11 REGULAR_EXPRESSION ${LIBP11_SOURCES_DIR}/.*)
+
 else()
   check_include_file_cxx(libp11.h HAVE_LIBP11_H)
   if (NOT HAVE_LIBP11_H)