cherrytree
This commit is contained in:
@@ -7,14 +7,18 @@
|
||||
from pisi.actionsapi import shelltools, cmaketools, get
|
||||
|
||||
j = ''.join([
|
||||
' -B_build',
|
||||
' -DAUTO_RUN_TESTING=OFF',
|
||||
' -DBUILD_GMOCK=OFF',
|
||||
' -DBUILD_TESTING=OFF',
|
||||
' -DINSTALL_GTEST=OFF',
|
||||
' -DCMAKE_BUILD_TYPE=None '
|
||||
' -DCMAKE_BUILD_TYPE=None',
|
||||
' -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc")
|
||||
cmaketools.configure("-B_build %s -LA" % j)
|
||||
# shelltools.move("src/ct/icons.gresource.cc.tmp", "src/ct/icons.gresource.cc")
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
shelltools.cd("_build")
|
||||
|
||||
Reference in New Issue
Block a user