- https://github.com/atrelinski/CMake-Example/tree/master
- https://github.com/aka863/MDAL
- https://github.com/buildaworldnet/IrrlichtBAW/issues/194
- https://juejin.cn/post/7157628526060011527
- how-can-i-use-cmake-to-create-a-visual-studio-solution-with-multiple-visual-stud
- cmake-exe-cant-find-dll
- https://www.cnblogs.com/zjacky/p/17088203.html
- https://github.com/BoomingTech/Piccolo/issues/130
- https://blog.csdn.net/zyw1120172694/article/details/120888157
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release ..
cmake -H. -Bbuild
This will create build directory and solution (*.sln) in it.
Then run cmake --build build --config Release in windows command line to compile.
没有评论:
发表评论