File: cmake.py

package info (click to toggle)
hm 18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,544 kB
  • sloc: cpp: 71,684; python: 4,382; sh: 471; makefile: 186; ansic: 16
file content (11 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python3
#
# cmake.py
#

import pyhhi.build.common.util
import pyhhi.build.app.cmk


app = pyhhi.build.app.cmk.CMakeLauncherApp()
pyhhi.build.common.util.exec_main_default_try(app)