···5566cmake_policy(SET CMP0005 NEW)
7788+if(FLATPAK_BUILD)
99+ # For some reason, some of the header files are not included in the
1010+ # `/usr/include` directory.
1111+ include_directories("/usr/lib/x86_64-linux-gnu/include")
1212+endif(FLATPAK_BUILD)
1313+814set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
915include(mig)
1016include(pyc)