GRAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
c79bd061bb
commit
9ec84ce449
|
@ -25,6 +25,5 @@ else()
|
|||
target_link_libraries(net-utils PUBLIC slirp)
|
||||
endif()
|
||||
|
||||
pkg_check_modules(ENet REQUIRED IMPORTED_TARGET libenet)
|
||||
fix_interface_includes(PkgConfig::ENet)
|
||||
target_link_libraries(net-utils PUBLIC PkgConfig::ENet)
|
||||
find_package(ENet REQUIRED)
|
||||
target_link_libraries(net-utils PUBLIC enet)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"sdl2",
|
||||
"libarchive",
|
||||
"zstd",
|
||||
"libenet"
|
||||
"enet"
|
||||
],
|
||||
"features": {
|
||||
"qt6": {
|
||||
|
|
Loading…
Reference in New Issue