Skip to content

Commit

Permalink
Update FLTK project
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 9, 2024
1 parent faae92f commit e7c5cb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/xtdc/src/fltk_gui_project.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ namespace xtdc_command {
"find_package(FLTK REQUIRED)",
"",
"# Options",
"if (MSVC)",
" set(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} /ENTRY:mainCRTStartup\")",
"endif ()",
"set(CMAKE_CXX_STANDARD 17)",
"set(CMAKE_CXX_STANDARD_REQUIRED ON)",
"set_property(GLOBAL PROPERTY USE_FOLDERS ON)",
Expand Down

0 comments on commit e7c5cb9

Please sign in to comment.