Skip to content

Instantly share code, notes, and snippets.

@itn3000
Last active April 19, 2022 00:09
Show Gist options
  • Save itn3000/7f62ec11982139bea209c559ab36422a to your computer and use it in GitHub Desktop.
Save itn3000/7f62ec11982139bea209c559ab36422a to your computer and use it in GitHub Desktop.
cmake memo in Japanese
  • 静的リンクしたい場合は-DCMAKE_DEFAULT_CMP0091=NEW "-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded$<$<CONFIG:Debug>:Debug>"とする
    • cmake-3.15以降
  • ビルド出力先の指定は-B、ソース指定は-S
  • VSの場合、ターゲットアーキテクチャを-Aオプションで指定する(x64,Win32)
  • VSの場合、リリースビルドしたいときは--config Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment