7 lines
61 B
Python
7 lines
61 B
Python
|
from pymake import cmake
|
||
|
|
||
|
|
||
|
(
|
||
|
cmake("3.15")
|
||
|
.write()
|
||
|
)
|