Skip to content

Commit

Permalink
fix stormlib
Browse files Browse the repository at this point in the history
  • Loading branch information
th-2021 committed Jun 22, 2022
1 parent 128f898 commit daeedd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion soh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
add_dependencies(${PROJECT_NAME}
ZAPDUtils
libultraship
storm
)
else()
add_dependencies(${PROJECT_NAME}
Expand All @@ -1685,6 +1686,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
"SDL2main;"
"glfw3dll;"
"glew32s;"
"storm;"
"winmm;"
"imm32;"
"version;"
Expand All @@ -1701,7 +1703,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
"SDL2main;"
"glfw3dll;"
"glew32s;"
"StormLibRUS32;"
"storm;"
"winmm;"
"imm32;"
"version;"
Expand Down

0 comments on commit daeedd9

Please sign in to comment.