Is it possible to include a file that is local to a module? I want to do this: FIND_PACKAGE(MyPackage) MyPackage.cmake: include(extrastuff.cmake) ... The problem is that extrastuff.cmake isn't found. Thanks, James