Skip to content

Commit 8e51230

Browse files
committed
Commands: add missing dependency on LLBuildManifest
This corrects the missing dependency which happens to work currently due to overlinking. While trying to improve the support for static linking on Windows, this missing dependency was exposed.
1 parent ddb3968 commit 8e51230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Commands/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ target_link_libraries(Commands PUBLIC
5050
Basics
5151
Build
5252
CoreCommands
53+
LLBuildManifest
5354
PackageGraph
5455
SourceControl
5556
TSCBasic

0 commit comments

Comments
 (0)