Skip to content

Commit 052ba5c

Browse files
Roman Kulchytskyigm4sl
Roman Kulchytskyi
authored andcommitted
Add missed macOS files #68
1 parent 978f22b commit 052ba5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

util/CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ if (APPLE)
122122
list(APPEND CRASHPAD_UTIL_LIBRARY_FILES
123123
./mac/checked_mach_address_range.h
124124
./mac/launchd.h
125+
./mac/launchd.mm
125126
./mac/mac_util.cc
126127
./mac/mac_util.h
127128
./mac/service_management.cc
@@ -136,6 +137,7 @@ if (APPLE)
136137
./mach/child_port_handshake.h
137138
./mach/child_port_server.cc
138139
./mach/child_port_server.h
140+
./mach/child_port_types.h
139141
./mach/composite_mach_message_server.cc
140142
./mach/composite_mach_message_server.h
141143
./mach/exc_client_variants.cc
@@ -158,8 +160,11 @@ if (APPLE)
158160
./mach/notify_server.h
159161
./mach/scoped_task_suspend.cc
160162
./mach/scoped_task_suspend.h
163+
./mach/task_for_pid.cc
164+
./mach/task_for_pid.h
161165
./mach/symbolic_constants_mach.cc
162166
./mach/symbolic_constants_mach.h
167+
./misc/capture_context_mac.S
163168
./misc/clock_mac.cc
164169
./misc/paths_mac.cc
165170
./net/http_transport_mac.mm

0 commit comments

Comments
 (0)