[gn] port e281d102fb
more
This commit is contained in:
parent
17718a2cff
commit
8e4f8259f7
|
@ -1,4 +1,6 @@
|
|||
add_llvm_library(DoublerPlugin MODULE BUILDTREE_ONLY DoublerPlugin.cpp)
|
||||
add_llvm_library(DoublerPlugin MODULE BUILDTREE_ONLY
|
||||
DoublerPlugin.cpp
|
||||
)
|
||||
|
||||
# Put PLUGIN next to the unit test executable.
|
||||
set_output_directory(DoublerPlugin
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY TestPlugin.cpp)
|
||||
add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
|
||||
TestPlugin.cpp
|
||||
)
|
||||
|
||||
# Put PLUGIN next to the unit test executable.
|
||||
set_output_directory(TestPlugin
|
||||
|
|
Loading…
Reference in New Issue
Block a user