mirror of
https://github.com/libretro/Mu.git
synced 2026-09-22 22:56:12 +00:00
Initial attempt at serial port support.
This commit is contained in:
@@ -14,6 +14,10 @@ add_library(mu_libretro SHARED
|
||||
# Remove the "lib" prefix always, RetroArch does not name in this way
|
||||
set_target_properties(mu_libretro PROPERTIES PREFIX "")
|
||||
|
||||
# Define these
|
||||
target_compile_definitions(mu_libretro PUBLIC
|
||||
__LIBRETRO__=1)
|
||||
|
||||
# Bring all the sub-modules as needed
|
||||
target_link_libraries(mu_libretro
|
||||
MuCore)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user