Skip to content

Commit

Permalink
include source files when building for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tophyr committed Jun 26, 2024
1 parent c2536d1 commit cf57615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddebug/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CPPS
debug.cpp
$<$<PLATFORM_ID:Darwin,Linux>:
$<$<PLATFORM_ID:Darwin,Linux,Android>:
lnxdebug.cpp
lnxmono.cpp
>
Expand Down
2 changes: 1 addition & 1 deletion ddio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CPPS
lnxkey_null.cpp
lnxmouse.cpp
lnxkey_sdl.cpp
$<$<PLATFORM_ID:Darwin,Linux>:
$<$<PLATFORM_ID:Darwin,Linux,Android>:
lnxfile.cpp
>
$<$<PLATFORM_ID:Windows>:
Expand Down

0 comments on commit cf57615

Please sign in to comment.