]> git.eshelyaron.com Git - sweep.git/commitdiff
PORT: Try to find emacs-module.h in the $MINGW_ROOT to build it along with
authorJan Wielemaker <J.Wielemaker@vu.nl>
Wed, 12 Oct 2022 08:43:08 +0000 (10:43 +0200)
committerJan Wielemaker <J.Wielemaker@vu.nl>
Wed, 12 Oct 2022 08:43:40 +0000 (10:43 +0200)
the Windows versions.

CMakeLists.txt

index fa4e669faee4c7104e9c1f160204bd62715006e4..c5f15b9c2dedc609ae529716f9bd01b28e7cf2b1 100644 (file)
@@ -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)