mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
83e3178e9b
The FindXxx.cmake files are used by Goa's cmake support. genodelabs/genode#5087
17 lines
297 B
Makefile
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)' > $@
|