sdgui: cross-compile for Windows

No one bothered to ask whether it /should/ be done.

The hamburger needs to be replaced with a file open dialog there.
This commit is contained in:
2021-10-22 01:59:09 +02:00
parent c7b9d65797
commit 89580f2113
7 changed files with 203 additions and 30 deletions

8
cmake/FindLibIntl.cmake Normal file
View File

@@ -0,0 +1,8 @@
# Public Domain
find_library (LibIntl_LIBRARIES intl)
include (FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS (LibIntl DEFAULT_MSG LibIntl_LIBRARIES)
mark_as_advanced (LibIntl_LIBRARIES)