Skip to content

Commit 72c95c9

Browse files
committed
Use newer add_prx_module function
1 parent f0cbd96 commit 72c95c9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/module/CMakeLists.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
project(pspme_prx)
33

44
# Collect source files for the PRX module
5-
file(GLOB MODULE_SOURCES *.c)
5+
file(GLOB MODULE_SOURCES *.c *.exp)
66

7-
# Find all .exp files in the directory
8-
file(GLOB EXP_FILES *.exp)
9-
10-
add_prx_module(
11-
TARGET pspme_prx
12-
SRC_FILES ${MODULE_SOURCES}
13-
EXP_FILES ${EXP_FILES}
7+
add_prx_module(pspme_prx
8+
${MODULE_SOURCES}
149
)
1510

1611
# Set output name to "pspme.prx"

0 commit comments

Comments
 (0)