Home | History | Annotate | Download | only in debian
      1 #!/usr/bin/make -f
      2 
      3 include /usr/share/cdbs/1/rules/debhelper.mk
      4 include /usr/share/cdbs/1/class/cmake.mk
      5 
      6 
      7 DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../cmake_unofficial
      8 
      9