Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/windows/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ set(SOURCES
string.cpp
SubProcess.cpp
svccomm.cpp
VTSupport.cpp
WindowsUpdateIntegration.cpp
WSLCContainerLauncher.cpp
VirtioNetworking.cpp
Expand Down Expand Up @@ -120,6 +121,7 @@ set(HEADERS
Stringify.h
SubProcess.h
svccomm.hpp
VTSupport.h
WindowsUpdateIntegration.h
WSLCContainerLauncher.h
VirtioNetworking.h
Expand Down
Loading