use kDebug
[kdegraphics.git] / kolourpaint / gen_cmake_srcs
blob2a0d5efb821ad9297e106dcc054fb966f0771927
1 # Recalculates the KolourPaint-specific part of CMakeLists.txt's "set(kolourpaint_SRCS"
3 for f in `find -name \*.cpp | cut -c3- | sort`
4 do
5         echo '${CMAKE_CURRENT_SOURCE_DIR}/'$f
6 done