aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/gather_swig_java.cmake
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-11 14:49:03 +0100
committerGitHub <noreply@github.com>2024-01-11 14:49:03 +0100
commit2e180154bd6a38b90a128ba0463d0dd2706a5ccf (patch)
tree0e0890fa08e63af33c52c9b6eacee56d037a740b /build/scripts/gather_swig_java.cmake
parent4366d88bef9360d9754e77eaa1f4a25d046a9cbd (diff)
downloadydb-2e180154bd6a38b90a128ba0463d0dd2706a5ccf.tar.gz
Library import 7 (#937)
Diffstat (limited to 'build/scripts/gather_swig_java.cmake')
-rw-r--r--build/scripts/gather_swig_java.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/scripts/gather_swig_java.cmake b/build/scripts/gather_swig_java.cmake
new file mode 100644
index 0000000000..fa0acf42c1
--- /dev/null
+++ b/build/scripts/gather_swig_java.cmake
@@ -0,0 +1,3 @@
+file(GLOB JAVA_FILES ${JAVA_SRC_DIR}/*.java)
+list(JOIN JAVA_FILES "\n" JAVA_LST_CONTENT)
+file(WRITE ${JAVA_LST} ${JAVA_LST_CONTENT})