gradle-native icon indicating copy to clipboard operation
gradle-native copied to clipboard

Demonstrate building an Objective-C library

Open lacasseio opened this issue 5 years ago • 0 comments

A user can build an Objective-C library (shared and static) for the major operating system. Let's focus on building an approximation of what the objective-c-library plugin could look like. Avoid all configuration for now and focus on the source being in a single location (e.g. src/main/objective-c) and configuring the compiler flag by configuring the task directly (e.g. tasks.withType(ObjectiveCCompile)).

lacasseio avatar Oct 22 '19 07:10 lacasseio