Update hecl, fix mkwmicons

This commit is contained in:
Phillip Stephens 2020-06-13 20:46:59 -07:00
parent 09331e08e4
commit a2dfd58356
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
hecl

@ -1 +1 @@
Subproject commit 720a5ceba868a107a3817eca952dc7bb9da2bc4a
Subproject commit 73986986712ee6974087013b98d72283ad116940