mirror of https://github.com/procxx/kepka.git
Use CodeBlocks+Makefiles in cmake on Linux.
It gives the files layout in the Qt Creator.
This commit is contained in:
parent
0b619e50ba
commit
81c4166389
|
@ -119,7 +119,7 @@ for format in gypFormats:
|
||||||
os.chdir(scriptPath + '/../../out')
|
os.chdir(scriptPath + '/../../out')
|
||||||
for configuration in cmakeConfigurations:
|
for configuration in cmakeConfigurations:
|
||||||
os.chdir(configuration)
|
os.chdir(configuration)
|
||||||
result = subprocess.call('cmake .', shell=True)
|
result = subprocess.call('cmake "-GCodeBlocks - Unix Makefiles" .', shell=True)
|
||||||
if result != 0:
|
if result != 0:
|
||||||
print('[ERROR] Failed calling cmake for ' + configuration)
|
print('[ERROR] Failed calling cmake for ' + configuration)
|
||||||
finish(result)
|
finish(result)
|
||||||
|
|
Loading…
Reference in New Issue