Skip to content

Commit 801511b

Browse files
committed
remove Android support
1 parent a2a4912 commit 801511b

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

library/CMakeLists.txt

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,8 @@ file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/generated")
22

33
# Create gfdev_source_file tool
44

5-
if (ANDROID)
6-
include(ExternalProject)
7-
8-
ExternalProject_Add(gfdev_source_file
9-
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/graphics/tools"
10-
CMAKE_ARGS
11-
-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}
12-
-DGFDEV_ANDROID_TOOL=ON
13-
)
14-
15-
# Hack to select the right executable for android cross-compilation
16-
set(GFDEV_SOURCE_FILE_EXEC "${CMAKE_CURRENT_BINARY_DIR}/gfdev_source_file")
17-
else()
18-
add_subdirectory(graphics/tools)
19-
20-
set(GFDEV_SOURCE_FILE_EXEC "gfdev_source_file")
21-
endif()
5+
add_subdirectory(graphics/tools)
6+
set(GFDEV_SOURCE_FILE_EXEC "gfdev_source_file")
227

238
# process gamecontrollerdb
249

0 commit comments

Comments
 (0)