Skip to content

Commit 1d3b4b7

Browse files
committed
[Nokia N-Gage] Update source list in (temporary) platform-specific build configuration.
1 parent 5224000 commit 1d3b4b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/nokia_ngage.cmake

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ file(GLOB SDL3_sources
2323
"${SDL3_SOURCE_DIR}/src/hidapi/*.c"
2424
"${SDL3_SOURCE_DIR}/src/io/*.c"
2525
"${SDL3_SOURCE_DIR}/src/io/generic/*.c"
26+
"${SDL3_SOURCE_DIR}/src/joystick/*.c"
27+
"${SDL3_SOURCE_DIR}/src/joystick/dummy/*.c"
2628
"${SDL3_SOURCE_DIR}/src/libm/s_isinff.c"
2729
"${SDL3_SOURCE_DIR}/src/libm/s_isnanf.c"
2830
"${SDL3_SOURCE_DIR}/src/locale/*.c"
@@ -36,6 +38,8 @@ file(GLOB SDL3_sources
3638
"${SDL3_SOURCE_DIR}/src/render/*.c"
3739
"${SDL3_SOURCE_DIR}/src/render/ngage/*.c"
3840
"${SDL3_SOURCE_DIR}/src/render/ngage/*.cpp"
41+
"${SDL3_SOURCE_DIR}/src/sensor/*.c"
42+
"${SDL3_SOURCE_DIR}/src/sensor/dummy/*.c"
3943
"${SDL3_SOURCE_DIR}/src/stdlib/*.c"
4044
"${SDL3_SOURCE_DIR}/src/storage/*.c"
4145
"${SDL3_SOURCE_DIR}/src/storage/generic/*.c"

0 commit comments

Comments
 (0)