mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
10 lines
No EOL
341 B
CMake
10 lines
No EOL
341 B
CMake
add_library(Plugins_PSP OBJECT
|
|
DveMgr/pspDveManager.S
|
|
MediaEngine/me.c
|
|
MediaEngine/MediaEngine.S
|
|
)
|
|
|
|
|
|
list(APPEND daed_libs "Plugins_PSP")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|
|
|