repo.or.cz
/
kdegraphics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
compile
[kdegraphics.git]
/
kolourpaint
/
gen_cmake_include_dirs
blob
e2893706f6a6f471fe1c6203af76bc67d3e4cfca
1
# Recalculates the KolourPaint-specific part of CMakeLists.txt's "include_directories()"
2
3
for f in `find -type d | fgrep -v .svn | egrep -v '^\.$' | egrep -v '^\./pics
4
^\./patches$
5
^\./tests$' | cut -c3- | sort`
6
do
7
echo '${CMAKE_CURRENT_SOURCE_DIR}/'$f
8
done