2015-08-15 18:32:42 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2015-08-15 19:16:39 +00:00
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
include /usr/share/cdbs/1/class/cmake.mk
|
2015-08-15 18:32:42 +00:00
|
|
|
|
|
|
|
|
2015-08-15 19:16:39 +00:00
|
|
|
DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../cmake_unofficial
|
2015-08-15 18:32:42 +00:00
|
|
|
|