diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 731bf09e2e..f1b17f66a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,9 +22,11 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") include(CheckCCompilerFlag) include(CheckCSourceCompiles) +include(CheckLibraryExists) include(FindPackageHandleStandardArgs) +include(GNUInstallDirs) + include(InstallHelpers) -include(LuaHelpers) include(PreventInTreeBuilds) include(Util) |