mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-26 21:40:44 +00:00
If FLATPAK_BUILD
is Set, Check /usr/lib/x86_64-linux-gnu/include
Directory
This commit is contained in:
parent
7edb4834c7
commit
af452c781e
@ -1,5 +1,11 @@
|
||||
project(cocotron)
|
||||
|
||||
if(FLATPAK_BUILD)
|
||||
# For some reason, some of the header files are not included in the
|
||||
# `/usr/include` directory.
|
||||
include_directories("/usr/lib/x86_64-linux-gnu/include")
|
||||
endif(FLATPAK_BUILD)
|
||||
|
||||
add_subdirectory(CoreGraphics)
|
||||
add_subdirectory(Onyx2D)
|
||||
add_subdirectory(AppKit)
|
||||
|
Loading…
Reference in New Issue
Block a user