Skip to content

Commit c259076

Browse files
authored
Merge pull request #21146 from compnerd/host-link-libraries
2 parents e34d673 + 0da756e commit c259076

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/DWARFImporter/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
add_swift_host_library(swiftDWARFImporter STATIC
2-
DWARFImporter.cpp
3-
LINK_LIBRARIES
2+
DWARFImporter.cpp)
3+
target_link_libraries(swiftDWARFImporter PRIVATE
44
swiftAST
55
swiftParse
66
)
7-
8-
#add_dependencies(swiftDWARFImporter )

0 commit comments

Comments
 (0)