From 2168e4840bda127abb3350318a2c82478fad7513 Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Wed, 12 Oct 2022 10:43:08 +0200 Subject: [PATCH] PORT: Try to find emacs-module.h in the $MINGW_ROOT to build it along with the Windows versions. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2