From a2dfd5835667e7a359583cd65a668d5f9ac6aabf Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 13 Jun 2020 20:46:59 -0700 Subject: [PATCH] Update hecl, fix mkwmicons --- Editor/platforms/freedesktop/CMakeLists.txt | 2 +- hecl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/platforms/freedesktop/CMakeLists.txt b/Editor/platforms/freedesktop/CMakeLists.txt index 17ad9549b..ea3470e63 100644 --- a/Editor/platforms/freedesktop/CMakeLists.txt +++ b/Editor/platforms/freedesktop/CMakeLists.txt @@ -1,6 +1,6 @@ add_executable(mkwmicon mkwmicon.c) target_link_libraries(mkwmicon ${PNG_LIBRARIES} ${ZLIB_LIBRARIES}) -target_include_directories(mkwmicon ${PNG_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR}) +target_include_directories(mkwmicon PRIVATE ${PNG_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR}) macro(declare_wmicon_target) add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/Editor/platforms/freedesktop/mainicon_netwm.bin diff --git a/hecl b/hecl index 720a5ceba..739869867 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 720a5ceba868a107a3817eca952dc7bb9da2bc4a +Subproject commit 73986986712ee6974087013b98d72283ad116940