diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/CMakeMillerBuild.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CMakeMillerBuild.cmake b/cmake/CMakeMillerBuild.cmake index 0fc900c..6e5a3d9 100644 --- a/cmake/CMakeMillerBuild.cmake +++ b/cmake/CMakeMillerBuild.cmake @@ -42,6 +42,7 @@ set(DISTORM_PRE_SRC ${DISTORM_SRC} wstring.c textdefs.c CACHE INTERNAL "" FORCE) PrefixPath(DISTORM_SRC ${DISTORM_SRCDIR} ${DISTORM_SRC}) PrefixPath(DISTORM_PRE_SRC ${DISTORM_SRCDIR} ${DISTORM_PRE_SRC}) +include_directories(AFTER ${MILLER_SRCDIR}) include_directories(AFTER ${MILLER_HDRDIR}) include_directories(AFTER ${DISTORM_SRCDIR}) |