You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
405 B
16 lines
405 B
8 years ago
|
import 'compile/cmake'
|
||
9 years ago
|
|
||
|
name=include-what-you-use
|
||
9 years ago
|
version=0.6
|
||
9 years ago
|
update_url="http://include-what-you-use.org/downloads/"
|
||
|
|
||
|
dlextract "http://include-what-you-use.org/downloads/$name-$version.src.tar.gz" \
|
||
8 years ago
|
'e4dffc7c2396f0e3f2b7499c077325b5'
|
||
9 years ago
|
header_end
|
||
|
|
||
|
cd "$name"
|
||
|
|
||
|
compile_cmake -DIWYU_LLVM_LIB_PATH=/usr/lib -DIWYU_LLVM_INCLUDE_PATH=/usr/include/llvm
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|