[polly] r301779 - [CMake] Move PollyCore to Polly project folder.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 30 14:07:06 PDT 2017
Author: meinersbur
Date: Sun Apr 30 16:07:05 2017
New Revision: 301779
URL: http://llvm.org/viewvc/llvm-project?rev=301779&view=rev
Log:
[CMake] Move PollyCore to Polly project folder.
This keeps the artifacts consistently structured in the "Polly"
folder of Visual Studio solutions.
Modified:
polly/trunk/lib/CMakeLists.txt
Modified: polly/trunk/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CMakeLists.txt?rev=301779&r1=301778&r2=301779&view=diff
==============================================================================
--- polly/trunk/lib/CMakeLists.txt (original)
+++ polly/trunk/lib/CMakeLists.txt Sun Apr 30 16:07:05 2017
@@ -67,6 +67,7 @@ add_library(PollyCore OBJECT
Transform/Simplify.cpp
${POLLY_HEADER_FILES}
)
+set_target_properties(PollyCore PROPERTIES FOLDER "Polly")
# Create the library that can be linked into LLVM's tools and Polly's unittests.
# It depends on all library it needs, such that with
More information about the llvm-commits
mailing list