Giter Club home page Giter Club logo

Comments (15)

sibafb avatar sibafb commented on July 20, 2024

VSCodeのCmakeでテンプレート生成できるっぽい

https://qiita.com/slangsoft/items/cfbb8e716bb7658a14cb#cmake-%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E4%BD%9C%E6%88%90

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

参考となりそうなリポジトリを見つけた。
https://github.com/scivision/Cpp23-examples/tree/main/cpp20

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

CMakeを使ったGCCとClang / LLVMの切り替え
https://www.web-dev-qa-db-ja.com/ja/cmake/cmake%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%9Fgcc%E3%81%A8clang-llvm%E3%81%AE%E5%88%87%E3%82%8A%E6%9B%BF%E3%81%88/940682198/

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

CMake Tutorial
https://cmake.org/cmake/help/v3.16/guide/tutorial/index.html

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

cpp con の中でCMakeに言及している記事
https://www.youtube.com/watch?v=eC9-iRN2b04

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

ここで差がつく cmake TIPS

-Bオプションとか知らんかった…

https://qiita.com/osamu0329/items/0a72ee32ee6934a7edf7

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

これも有用情報

セオライザー ブログ

cmake -G でシステムにインストールされている処理系を一覧できる。

https://theolizer.com/cpp-school3/cpp-school3-1/

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

実務的で使いやすい

CMakeとNinjaを組み込み向けに使う
https://note.com/kabineko/n/n0c4ecae58314

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

C++ プロジェクト テンプレート
https://cppmap.github.io/tools/project-template/

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

Listing include_directories in CMake

get_property(dirs DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES)
foreach(dir ${dirs})
  message(STATUS "dir='${dir}'")
endforeach()

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

CMake debugging
CMake debugging

https://cliutils.gitlab.io/modern-cmake/chapters/features/debug.html

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

More Modern CMake

https://hsf-training.github.io/hsf-training-cmake-webpage/08-debugging/index.html

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

以下のディレクトリ下に.cmake ファイルがいっぱいある。
ここがFindコマンドの捜索場所なのかな?
/usr/share/cmake-3.22/Modules

https://cmake.org/cmake/help/latest/manual/cmake-modules.7.html#find-modules
こういうまとめがあった

体型立った解説
https://qiita.com/mrk_21/items/ab32a83a12f5d37acc64

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

CMakeスクリプトを作成する際のガイドライン

https://qiita.com/shohirose/items/5b406f060cd5557814e9

from learn_cpp.

sibafb avatar sibafb commented on July 20, 2024

find_packageの動作

https://qiita.com/osamu0329/items/bd3d1e50edf37c277fa9

from learn_cpp.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.