4 lines
99 B
Batchfile
4 lines
99 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd Public
|
||
|
premake5 cmakeau --target-linux --target-x86_64 --target-x86_32 --target-win32
|