this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Include `/usr/lib/x86_64-linux-gnu/include` if building as a Flatpak.

Thomas A 44ec7985 fe9bdc46

+6
+6
src/CMakeLists.txt
··· 5 5 6 6 cmake_policy(SET CMP0005 NEW) 7 7 8 + if(FLATPAK_BUILD) 9 + # For some reason, some of the header files are not included in the 10 + # `/usr/include` directory. 11 + include_directories("/usr/lib/x86_64-linux-gnu/include") 12 + endif(FLATPAK_BUILD) 13 + 8 14 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") 9 15 include(mig) 10 16 include(pyc)