|
|
|
@ -78,6 +78,10 @@ option(LIBCLANG_PATH "Use custom path for libclang") |
|
|
|
option(LIBLLDB_PATH "Use custom path for liblldb") |
|
|
|
option(LIBLLDB_PATH "Use custom path for liblldb") |
|
|
|
option(FLATPAK_SANDBOX "Runs from within a flatpak sandbox") |
|
|
|
option(FLATPAK_SANDBOX "Runs from within a flatpak sandbox") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(POLICY CMP0167) |
|
|
|
|
|
|
|
cmake_policy(SET CMP0167 NEW) |
|
|
|
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
find_package(Boost 1.54 COMPONENTS REQUIRED filesystem serialization) |
|
|
|
find_package(Boost 1.54 COMPONENTS REQUIRED filesystem serialization) |
|
|
|
find_package(ASPELL REQUIRED) |
|
|
|
find_package(ASPELL REQUIRED) |
|
|
|
include(FindPkgConfig) |
|
|
|
include(FindPkgConfig) |
|
|
|
|