blob: ef9216317b80ab6a8d6e56306af6d3e068b4c7b9 [file] [log] [blame]
if( MSVC_IDE OR XCODE )
# Creates a dummy target containing all headers for the benefit of
# Visual Studio users.
file(GLOB_RECURSE headers *.h)
add_library(polly_headers_do_not_build EXCLUDE_FROM_ALL
# We need at least one source file:
${POLLY_SOURCE_DIR}/lib/Support/GICHelper.cpp
${headers})
endif()