This commit is contained in:
Nico Weber 2023-03-01 08:50:44 -05:00
parent 17718a2cff
commit 8e4f8259f7
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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