Skip to content

Commit 25999c5

Browse files
committed
link yaml-cpp
1 parent 7a53736 commit 25999c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ if(PLATFORM STREQUAL "win")
6161
dmdutil64
6262
cargs64
6363
SDL364
64-
SDL364_image
64+
SDL3_image64
65+
yaml-cpp
6566
ws2_32
6667
)
6768
else()
@@ -72,6 +73,7 @@ if(PLATFORM STREQUAL "win")
7273
cargs
7374
SDL3
7475
SDL3_image
76+
yaml-cpp
7577
ws2_32
7678
)
7779
endif()

0 commit comments

Comments
 (0)