forked from OSchip/llvm-project
Move the TestPlugin project into the Tests folder in CMake.
llvm-svn: 331387
This commit is contained in:
parent
6732f6ea51
commit
1368e484e3
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue