summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch
blob: cbc1cf2ab09e97216c304e364a2ec1815dd8d3b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN kdevelop-php-1.2.0.orig/parser/CMakeLists.txt kdevelop-php-1.2.0/parser/CMakeLists.txt
--- kdevelop-php-1.2.0.orig/parser/CMakeLists.txt	2011-01-23 20:42:54.000000000 +0100
+++ kdevelop-php-1.2.0/parser/CMakeLists.txt	2011-04-25 22:29:05.486182541 +0200
@@ -21,6 +21,8 @@
 target_link_libraries(kdevphpparser LINK_PRIVATE
     KDev::Language
 )
+
+add_dependencies( kdev4phpparser php-parser-generated )
 
 add_executable( php-parser main.cpp )