272
edits
Hamzaalloush (talk | contribs) |
Hamzaalloush (talk | contribs) m (→Superbuild) |
||
Line 63: | Line 63: | ||
: sure, it's stored in mxe/usr/${triplet-name}/share/cmake/mxe-conf.cmake, i'm sorry if this is not the place to include here, but here is it's contents anyway, autotools has similar implementation with $(MXE_CONFIGURE_OPTS), for autotools that is contained in the Makefile IIRC. mxe-conf.cmake: -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 17:14, 28 May 2015 (EDT) | : sure, it's stored in mxe/usr/${triplet-name}/share/cmake/mxe-conf.cmake, i'm sorry if this is not the place to include here, but here is it's contents anyway, autotools has similar implementation with $(MXE_CONFIGURE_OPTS), for autotools that is contained in the Makefile IIRC. mxe-conf.cmake: -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 17:14, 28 May 2015 (EDT) | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="cmake"> | ||
set(CMAKE_SYSTEM_NAME Windows) | set(CMAKE_SYSTEM_NAME Windows) | ||
set(MSYS 1) | set(MSYS 1) |
edits