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:
8
cmake/FindLibIntl.cmake
Normal file
8
cmake/FindLibIntl.cmake
Normal 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)
|
||||
Reference in New Issue
Block a user