Open oahcy opened 2 years ago
Editor.Profile.setConfig('utils', 'features.serverMode', true) Editor.Profile.setConfig('utils', 'features.linux', true)
cmake -S"(path1)/native/templates/linux" -B"(path2)/proj" -DRES_DIR="(path2)" -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_BUILD_TYPE=Debug path1 为native代码路径, path2为工程路径
make -C ./proj/ -j 8
开启linux构建选项
构建
拷贝、修改工程。
cmake生成,构建。