Skip to content
Snippets Groups Projects
Commit ddd46c1b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

win64 icon

parent 391612fb
No related branches found
No related tags found
No related merge requests found
......@@ -1088,7 +1088,7 @@ target_link_libraries(gmsh ${LINK_LIBRARIES})
if(WIN32 AND NOT MSVC OR CYGWIN)
if(HAVE_64BIT_SIZE_T)
set_target_properties(gmsh PROPERTIES LINK_FLAGS
"-Wl,--stack,16777216 -mwindows -static")
"-Wl,--stack,16777216 ${CMAKE_CURRENT_SOURCE_DIR}/Fltk/Win64Icon.res -mwindows -static")
else(HAVE_64BIT_SIZE_T)
set_target_properties(gmsh PROPERTIES LINK_FLAGS
"-Wl,--stack,16777216 ${CMAKE_CURRENT_SOURCE_DIR}/Fltk/Win32Icon.res -mwindows -static")
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment