Browse Source

typo and mwindows

merge-requests/365/head
Patrick Voigt Mascarenhas 9 years ago
parent
commit
ce9e1688c6
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -59,6 +59,7 @@ pkg_check_modules(LIBGIT2 libgit2 REQUIRED)
if(MSYS) if(MSYS)
set(global_libraries winpthread) set(global_libraries winpthread)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows")
endif() endif()
set(global_libraries ${global_libraries} set(global_libraries ${global_libraries}
${GTKMM_LIBRARIES} ${GTKMM_LIBRARIES}

Loading…
Cancel
Save