diff options
Diffstat (limited to 'cpp/test/Common/Makefile.mk')
-rw-r--r-- | cpp/test/Common/Makefile.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/test/Common/Makefile.mk b/cpp/test/Common/Makefile.mk new file mode 100644 index 00000000000..7e470870aa1 --- /dev/null +++ b/cpp/test/Common/Makefile.mk @@ -0,0 +1,18 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. +# +# ********************************************************************** + +$(project)_libraries = TestCommon +$(project)_noinstall := 1 + +TestCommon_targetdir := lib +TestCommon_dependencies := Ice IceUtil +TestCommon_sliceflags := --dll-export TEST_API +TestCommon_cppflags := -I$(includedir) -I$(project) -Itest/include -DTEST_API_EXPORTS + +projects += $(project) |