Skip to content

Commit d5a7b70

Browse files
committed
Icarus Starship Command Simulator: only build
1 parent 5f3fae0 commit d5a7b70

File tree

1,952 files changed

+1218390
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,952 files changed

+1218390
-1
lines changed

Q3E/src/main/jni/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ OPTION(GAME_OPENMOHAA "Build Medal of Honor: Allied Assault"
4242
OPTION(GAME_WOLF3D "Build Wolfenstein 3D" ON)
4343
OPTION(GAME_SKINDEEP "Build Skin Deep" ON)
4444
OPTION(GAME_QC "Build Quadrilateral Cowboy" ON)
45+
OPTION(GAME_ISCS "Build Icarus Starship Command Simulator" OFF)
4546
# Not in F-Droid
4647
if(NOT PRODUCT_FLAVOR_IS_FDROID)
4748
OPTION(GAME_XASH3D "Build Xash3D" ON)
@@ -98,7 +99,7 @@ add_subdirectory( q3e )
9899

99100

100101

101-
if(GAME_QUAKE3 OR GAME_QUAKE2 OR GAME_QUAKE1 OR GAME_RTCW OR GAME_ETW OR GAME_REALRTCW OR GAME_FTEQW OR GAME_QUAKES OR GAME_JK OR GAME_Q3RALLY OR GAME_URT OR GAME_OPENMOHAA OR GAME_SERIOUSSAM OR GAME_SKINDEEP OR GAME_QC)
102+
if(GAME_QUAKE3 OR GAME_QUAKE2 OR GAME_QUAKE1 OR GAME_RTCW OR GAME_ETW OR GAME_REALRTCW OR GAME_FTEQW OR GAME_QUAKES OR GAME_JK OR GAME_Q3RALLY OR GAME_URT OR GAME_OPENMOHAA OR GAME_SERIOUSSAM OR GAME_SKINDEEP OR GAME_QC OR GAME_ISCS)
102103
set(DIII4A_BUILD_COMMON True)
103104
endif()
104105

@@ -252,6 +253,11 @@ if(GAME_QC) # | Apr 16, 2025 | https://github.com/blendogames/quadrilateralcowb
252253
add_subdirectory ( qc ) # Quadrilateral Cowboy
253254
endif()
254255

256+
if(GAME_ISCS) # | Apr 16, 2025 | https://github.com/blendogames/quadrilateralcowboy/commit/c7ec52ca117a3ef6b5420d2a4bb3f63a17be57f1 | Fix for occasional crash when pressing ESC during Moto Spectre sequence
257+
message(STATUS "Build Icarus Starship Command Simulator")
258+
add_subdirectory ( iscs ) # Icarus Starship Command Simulator
259+
endif()
260+
255261

256262

257263
if(GAME_DNF)

0 commit comments

Comments
 (0)