mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-12-04 13:03:27 +00:00
Build the contents of the net
target explicitly
- Like I did before adding the `net` target upstream - There are some CMake configure errors I can't be bothered to fix right now
This commit is contained in:
parent
9332665243
commit
d6cb575b09
@ -161,12 +161,13 @@ if (HAVE_NETWORKING)
|
||||
platform/lan.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(melondsds_libretro PUBLIC net-utils)
|
||||
|
||||
target_include_directories(melondsds_libretro SYSTEM PRIVATE "${melonDS_SOURCE_DIR}/src/net")
|
||||
|
||||
if (HAVE_NETWORKING_DIRECT_MODE)
|
||||
# TODO: Support this conditionally
|
||||
target_sources(melondsds_libretro PRIVATE
|
||||
${melonDS_SOURCE_DIR}/src/net/Net_PCap.cpp
|
||||
${melonDS_SOURCE_DIR}/src/net/Net_PCap.h
|
||||
)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user