1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 23 Oct 2021 19:48:53 +0200
Subject: Disable Java
---
CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c513cea..d827c61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -656,10 +656,6 @@ if (IS_HOST_PLATFORM)
add_subdirectory(${LIBRARIES}/filamentapp)
add_subdirectory(${LIBRARIES}/imageio)
- add_subdirectory(${FILAMENT}/java/filamat)
- add_subdirectory(${FILAMENT}/java/filament)
- add_subdirectory(${FILAMENT}/java/gltfio)
-
add_subdirectory(${FILAMENT}/samples)
add_subdirectory(${EXTERNAL}/etc2comp)
|