File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,8 @@ file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/generated")
2
2
3
3
# Create gfdev_source_file tool
4
4
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" )
22
7
23
8
# process gamecontrollerdb
24
9
You can’t perform that action at this time.
0 commit comments