Skip to content

Planet Code

subscribe

Tweets #ACCUConf @ACCUConf @ACCUOrg

Recent Posts

  • Complex software makes economic sense
  • Chasm City
  • Pathfinder – baron m.
  • Getting key results right
  • The Excess Strategic WIP problem
  • A new career in software development: advice for non-youngsters
  • Return of the sprint goal? (Infographic)
  • How I write books (my new book)
  • Evaluating estimation performance
  • A Review: Incineration Fest 2022 – Metal is back!
  • The Middle Way – a.k.
  • Twitter and evidence-based software engineering
  • The only thing you can do wrong, and the opposite of agile
  • User Stories by Example: certifcate added to the free courses
  • Improving my vimrc live on stream
  • Evidence-based Software Engineering: now in paperback form
  • Programming language similarity based on their traits
  • On Pitfall – student
  • Devin Townsend at the Royal Albert Hall (again)
  • Agile OKRs extra – yet another book
  • Ecology as a model for the software world
  • How I write books – A book about books
  • NoEstimates panders to mismanagement and developer insecurity
  • Testing Our Students – a.k.
  • Learnings from Decapitated
  • Its the engineers, stupid – one from the heart
  • Réussir avec les OKR en Agile (French OKRs)
  • 4,000 vs 400 vs 40 hours of software development practice
  • No unified theory of agile (Agile mindset cont.)
  • Anthropological studies of software engineering
  • Letter to Anneliese Dodds on the invasion of Ukraine by Russia
  • Galactic North (a review)
  • Study of developers for the cost of a phase I clinical drug trial
  • On A Generally Fractal Family – student
  • User Stories by Example tutorials now Free
  • Growth in FLOPS used to train ML models
  • Migrating source code from RCS to Mercurial
  • The Agile Elephant and the agile mindset
  • Comparison of Matrix events before and after “Extensible Events”
  • Cost-effectiveness decision for fixing a known coding mistake
  • Time For A Chi Test – a.k.
  • Software engineering research is a field of dots
  • wordlexpr: compile-time wordle in c++20
  • A review: Inhibitor Phase by Alastair Reynolds
  • How can I pin dependent packages when using use-package?
  • Estimation experiments: specification wording is mostly irrelevant
  • Pitfall – baron m.
  • Another quick Isso setup tweak
  • Visual Lint 8.0.8.351 has been released
  • semgrep: the future of static analysis tools

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Category: CMake

CMake Project Structure

As promised in the last post about CMake, today we’ll use a proper CMake project structure for our “Hello CMake” project. This post is the third of a series about […]

The post CMake Project Structure appeared first on Simplify C++!.

Posted on 2018-06-13Author Arne MertzCategories CMake

CMake – Another Target and the Project

Last week, we’ve started our little CMake project with a “Hello CMake” one-liner. Now it’s time to expand that example by adding another target and information about the project. Adding […]

The post CMake – Another Target and the Project appeared first on Simplify C++!.

Posted on 2018-05-30Author Arne MertzCategories CMake

Hello CMake!

Since I have mentioned CMake in a handful of past blog posts, it is time to give a short introduction for those that don’t know it yet. CMake is one […]

The post Hello CMake! appeared first on .

Posted on 2018-05-23Author Arne MertzCategories CMake, Tooling
Proudly powered by WordPress