Restore FreeBSD stuff that was removed accidentally
This commit is contained in:
@@ -70,6 +70,9 @@ if(NETSWITCH)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
||||||
|
set_source_files_properties(net_slirp.c PROPERTIES COMPILE_FLAGS "-I/usr/local/include")
|
||||||
|
endif()
|
||||||
find_path(HAS_VDE "libvdeplug.h" PATHS ${VDE_INCLUDE_DIR} "/usr/include /usr/local/include" "/opt/homebrew/include" )
|
find_path(HAS_VDE "libvdeplug.h" PATHS ${VDE_INCLUDE_DIR} "/usr/include /usr/local/include" "/opt/homebrew/include" )
|
||||||
if(HAS_VDE)
|
if(HAS_VDE)
|
||||||
find_library(VDE_LIB vdeplug)
|
find_library(VDE_LIB vdeplug)
|
||||||
|
|||||||
Reference in New Issue
Block a user