Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 868732 | Differences between
and this patch

Collapse All | Expand All

(-)a/tools/zipdir/CMakeLists.txt (-1 / +1 lines)
Lines 4-9 Link Here
4
	include_directories( SYSTEM "${BZIP2_INCLUDE_DIR}" "${LZMA_INCLUDE_DIR}" )
4
	include_directories( SYSTEM "${BZIP2_INCLUDE_DIR}" "${LZMA_INCLUDE_DIR}" )
5
	add_executable( zipdir
5
	add_executable( zipdir
6
		zipdir.c )
6
		zipdir.c )
7
	target_link_libraries( zipdir miniz ${BZIP2_LIBRARIES} lzma )
7
	target_link_libraries( zipdir miniz ${BZIP2_LIBRARIES} lzma fts )
8
	set( CROSS_EXPORTS ${CROSS_EXPORTS} zipdir PARENT_SCOPE )
8
	set( CROSS_EXPORTS ${CROSS_EXPORTS} zipdir PARENT_SCOPE )
9
endif()
9
endif()

Return to bug 868732