2025年1月2日星期四

cmake学习

  1.  https://github.com/atrelinski/CMake-Example/tree/master
  2. https://github.com/aka863/MDAL
  3. https://github.com/buildaworldnet/IrrlichtBAW/issues/194
  4. https://juejin.cn/post/7157628526060011527
  5. how-can-i-use-cmake-to-create-a-visual-studio-solution-with-multiple-visual-stud
  6. cmake-exe-cant-find-dll
  7. https://www.cnblogs.com/zjacky/p/17088203.html
  8. https://github.com/BoomingTech/Piccolo/issues/130
  9. 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.

没有评论:

发表评论