From: Jan Wielemaker Date: Wed, 12 Oct 2022 08:43:08 +0000 (+0200) Subject: PORT: Try to find emacs-module.h in the $MINGW_ROOT to build it along with X-Git-Tag: V8.5.18-sweep-0.6.1~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2168e4840bda127abb3350318a2c82478fad7513;p=sweep.git PORT: Try to find emacs-module.h in the $MINGW_ROOT to build it along with the Windows versions. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fa4e669..c5f15b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ find_path( EMACS_INCLUDE_DIR NAMES "emacs-module.h" PATHS /Applications/Emacs.app/Contents/Resources/include + ${MINGW_ROOT}/include ) if(EMACS_INCLUDE_DIR)