mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

The native directory can contain both libraries and utilities. In Gerrit https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/165270, there is a utility, so the directory name "jni", or even "library" does not work. In order to support both utilities and libraries, the suggested name of the directory is "native_src" and thus, this commit syncs that change in o.e.c.native.serial. Change-Id: Iafa9ce9ae1dca7ef563ab397e8b3eb0b8642372d Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
9 lines
217 B
INI
9 lines
217 B
INI
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
os/,\
|
|
about.html,\
|
|
cdt_logo_icon32.png
|
|
src.includes = native_src/,\
|
|
about.html
|