mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibDevTools: Enable in Windows CI
This commit is contained in:
parent
97e8a922ad
commit
c7f35193d0
|
|
@ -20,6 +20,7 @@ add_subdirectory(LibWebSocket)
|
|||
add_subdirectory(LibXML)
|
||||
|
||||
if (ENABLE_GUI_TARGETS)
|
||||
add_subdirectory(LibDevTools)
|
||||
add_subdirectory(LibGfx)
|
||||
add_subdirectory(LibImageDecoderClient)
|
||||
add_subdirectory(LibMedia)
|
||||
|
|
@ -33,8 +34,3 @@ if (WIN32 AND ENABLE_WINDOWS_CI)
|
|||
endif()
|
||||
|
||||
add_subdirectory(LibLine)
|
||||
|
||||
if (ENABLE_GUI_TARGETS)
|
||||
# FIXME: TCPServer still needs to be implemented on Windows
|
||||
add_subdirectory(LibDevTools)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user