Kaydet (Commit) bf2d6d8d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Need to compile cppunittester as Objective-C++ for iOS

üst 2ad20308
......@@ -32,6 +32,14 @@ $(eval $(call gb_Executable_set_include,cppunit/cppunittester,\
-I$(realpath $(SRCDIR)/sal/inc) \
))
ifeq ($(OS),IOS)
$(eval $(call gb_Executable_add_cxxflags,cppunit/cppunittester,\
$(gb_OBJCXXFLAGS) \
))
endif
$(eval $(call gb_Executable_add_linked_libs,cppunit/cppunittester,\
sal \
$(gb_STDLIBS) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment