genode/repos/libports/recipes/api/zlib/content.mk
Johannes Schlatow 83e3178e9b Add FindXxx.cmake files to api archives
The FindXxx.cmake files are used by Goa's cmake support.

genodelabs/genode#5087
2024-02-26 08:31:04 +01:00

17 lines
297 B
Makefile

content: include lib/symbols/zlib LICENSE FindZLIB.cmake
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/zlib)
include:
mkdir $@
cp -r $(PORT_DIR)/include/zlib/* $@/
lib/symbols/zlib:
$(mirror_from_rep_dir)
LICENSE:
echo "zlib license" > $@
FindZLIB.cmake:
echo 'set(ZLIB_FOUND True)' > $@