this repo has no description
1
fork

Configure Feed

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

Add `/usr/lib/x86_64-linux-gnu/include` for CoreServices (If Building For Flatpak)

Thomas A 4923df3f 68caa648

+6
+6
src/frameworks/CoreServices/CMakeLists.txt
··· 1 1 project(CoreServices) 2 2 3 + if(FLATPAK_BUILD) 4 + # For some reason, some of the header files are not included in the 5 + # `/usr/include` directory. 6 + include_directories("/usr/lib/x86_64-linux-gnu/include") 7 + endif(FLATPAK_BUILD) 8 + 3 9 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") 4 10 5 11 include_directories(