mirror of https://github.com/AxioDL/metaforce.git
Update hecl, fix mkwmicons
This commit is contained in:
parent
09331e08e4
commit
a2dfd58356
|
@ -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
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 720a5ceba868a107a3817eca952dc7bb9da2bc4a
|
||||
Subproject commit 73986986712ee6974087013b98d72283ad116940
|
Loading…
Reference in New Issue