Skip to content

Commit 256c24f

Browse files
committed
Update CMakeLists.txt to include dependancies
1 parent 95142c1 commit 256c24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if (WIN32)
1818
src/res/resource.rc
1919
)
2020

21+
target_link_options(split-loaf PRIVATE -static -static-libgcc -static-libstdc++)
2122
target_include_directories(split-loaf PUBLIC src)
2223
target_link_libraries(split-loaf user32 gdi32 shell32)
2324
set_target_properties(split-loaf PROPERTIES WIN32_EXECUTABLE TRUE)

0 commit comments

Comments
 (0)