aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/odr-handling-with-dylib/Makefile
blob: 91eadaa37282ee49223860f18d4748670b69a1f8 (plain)
1
2
3
4
5
6
CXX_SOURCES := main.cpp service.cpp

DYLIB_CXX_SOURCES := plugin.cpp
DYLIB_NAME := plugin

include Makefile.rules