Skip to content

Commit

Permalink
Merge pull request #3 from pspdev/use-add-prx-module-function
Browse files Browse the repository at this point in the history
Use newer add_prx_module function
  • Loading branch information
fjtrujy authored Oct 31, 2024
2 parents 6b4e936 + 72c95c9 commit ca9ffba
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/module/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
project(pspme_prx)

# Collect source files for the PRX module
file(GLOB MODULE_SOURCES *.c)
file(GLOB MODULE_SOURCES *.c *.exp)

# Find all .exp files in the directory
file(GLOB EXP_FILES *.exp)

add_prx_module(
TARGET pspme_prx
SRC_FILES ${MODULE_SOURCES}
EXP_FILES ${EXP_FILES}
add_prx_module(pspme_prx
${MODULE_SOURCES}
)

# Set output name to "pspme.prx"
Expand Down

0 comments on commit ca9ffba

Please sign in to comment.