File: 11_disable_examples_tests.diff

package info (click to toggle)
kdevplatform 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 14,876 kB
  • ctags: 16,414
  • sloc: cpp: 112,553; python: 365; php: 83; sh: 75; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: disable examples and tests.

--- a/sublime/CMakeLists.txt
+++ b/sublime/CMakeLists.txt
@@ -1,6 +1,4 @@
 add_definitions( -DKDE_DEFAULT_DEBUG_AREA=9504 )
-add_subdirectory(examples)
-add_subdirectory(tests)
 
 ########### next target ###############