Skip to content

Commit 3a958a1

Browse files
committed
Add a missing dependency to a window lib
1 parent 35bf089 commit 3a958a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CPP2D/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ target_link_libraries(cpp2d
7979
LLVMProfileData
8080
LLVMSupport
8181
LLVMDemangle
82+
version.lib
8283
)
8384

8485
if(CMAKE_COMPILER_IS_GNUCXX)

0 commit comments

Comments
 (0)