mirror of https://github.com/AxioDL/metaforce.git
Update athena, fix libpng
This commit is contained in:
parent
e40e98faa6
commit
25fabe7ec8
|
@ -1 +1 @@
|
||||||
Subproject commit 0bc400b4d9015e6afd7e1c917fbb10cd2d9c2064
|
Subproject commit 347d807a2320e96278de844388b6807e84db160d
|
|
@ -34,4 +34,5 @@ set(PNG_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE PATH "PNG include path" FO
|
||||||
else()
|
else()
|
||||||
set(PNG_LIBRARIES ${PNG_LIB} CACHE PATH "PNG libraries" FORCE)
|
set(PNG_LIBRARIES ${PNG_LIB} CACHE PATH "PNG libraries" FORCE)
|
||||||
find_path(PNG_INCLUDE_DIR png.h)
|
find_path(PNG_INCLUDE_DIR png.h)
|
||||||
|
set(PNG_INCLUDE_DIR ${PNG_INCLUDE_DIR} CACHE PATH "PNG include path" FORCE)
|
||||||
endif()
|
endif()
|
Loading…
Reference in New Issue