Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern/ghost/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 601f7f58d7f..3ba6c5d48c7 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -293,7 +293,9 @@ elseif(WITH_X11 OR WITH_GHOST_WAYLAND)
)
endmacro()
- include_directories(${CMAKE_CURRENT_BINARY_DIR})
+ list(APPEND INC_SYS
+ ${CMAKE_CURRENT_BINARY_DIR}
+ )
# xdg-shell.
generate_protocol_bindings(