Move the TestPlugin project into the Tests folder in CMake.

llvm-svn: 331387
This commit is contained in:
Aaron Ballman 2018-05-02 18:57:14 +00:00
parent 6732f6ea51
commit 1368e484e3
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ set_target_properties(TestPlugin
PROPERTIES PREFIX ""
SUFFIX ".so"
)
set_target_properties(TestPlugin PROPERTIES FOLDER "Tests")
if (WIN32 OR CYGWIN OR LLVM_EXPORT_SYMBOLS_FOR_PLUGINS)
llvm_map_components_to_libnames(LLVM_DEPS ${LLVM_LINK_COMPONENTS})