Skip to content

Commit

Permalink
Dll build fixes from kennethsdavis, Issue #105
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Dec 13, 2023
1 parent 03ffae5 commit 6fd5f1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/win32-msvc/Dll/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ target_link_libraries(BrlcadCore
libbn-static
libbrep-static
libbu-static
libbv-static
libged-static
regex-static
librt-static
Expand Down Expand Up @@ -101,6 +102,7 @@ if(MSVC)
)

set(COREINTERFACE_MSVC_LIBRARIES
shlwapi
Ws2_32
Psapi
Rpcrt4
Expand All @@ -117,6 +119,7 @@ target_link_libraries(brlcad
libbn-static
libbrep-static
libbu-static
libbv-static
libged-static
regex-static
librt-static
Expand Down

0 comments on commit 6fd5f1f

Please sign in to comment.