Skip to content

Commit

Permalink
cmake: dummy modules for ZLIB, SDL2, and OpenAL
Browse files Browse the repository at this point in the history
The modules simply return 'True', this is required by dhewm3 (Doom3
source port).

Issue genodelabs#52.
  • Loading branch information
ssumpf authored and cnuke committed Sep 21, 2023
1 parent 8c18bd1 commit b640603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions share/goa/cmake/Modules/FindOpenAL.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(OpenAL_FOUND True)
1 change: 1 addition & 0 deletions share/goa/cmake/Modules/FindSDL2.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(SDL2_FOUND True)
1 change: 1 addition & 0 deletions share/goa/cmake/Modules/FindZLIB.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(ZLIB_FOUND True)

0 comments on commit b640603

Please sign in to comment.