comparison 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
comparison
equal deleted inserted replaced
2112:82461d1e8e17 2113:0108ac01fc8e
52 list(APPEND LIBP11_SOURCES 52 list(APPEND LIBP11_SOURCES
53 ${LIBP11_SOURCES_DIR}/src/atfork.c 53 ${LIBP11_SOURCES_DIR}/src/atfork.c
54 ) 54 )
55 endif() 55 endif()
56 56
57 source_group(ThirdParty\\libp11 REGULAR_EXPRESSION ${LIBP11_SOURCES_DIR}/.*)
58
57 else() 59 else()
58 check_include_file_cxx(libp11.h HAVE_LIBP11_H) 60 check_include_file_cxx(libp11.h HAVE_LIBP11_H)
59 if (NOT HAVE_LIBP11_H) 61 if (NOT HAVE_LIBP11_H)
60 message(FATAL_ERROR "Please install the libp11-dev package") 62 message(FATAL_ERROR "Please install the libp11-dev package")
61 endif() 63 endif()