Skip to main content

Questions tagged [cmake]

CMake is a cross-platform, open-source build system. It generates native makefiles and project files that can be used from the command line or integrated development environment of your choice.

2 votes
1 answer
68 views

I'm prototyping/debugging some C++ code that I may turn into a longtime project. The build system is ready for review, the prototype is not. The GitHub repository for the code listed below. Like all ...
pacmaninbw's user avatar
  • 26.2k
2 votes
0 answers
47 views

I needed to set some global data (logging handler, base path, etc) across all libraries/targets (internally managed). A manual system of InitLib1 which calls all <...
Sam Coutteau's user avatar
1 vote
1 answer
126 views

It's a small project which consists of Ip class and functions for reading and printing IPs, unit tests for this code, and a driver app. The driver app is just ...
qloq's user avatar
  • 145
5 votes
1 answer
231 views

Introduction This is my first CMake project. I had a bit of help with the initial setup but I have since made a lot of changes myself. It's working well but I think I am doing things in a slightly ...
Dan's user avatar
  • 361
2 votes
1 answer
276 views

Here's my attempt at reimplementing part of https://diep.io/, a 2D game where tanks battle with each other. The tanks are circular and they have cannons which fire bullets. The bullets can hit other ...
user avatar
2 votes
1 answer
182 views

After wrestling with CMake I now have a fully working solution. It works, however, I completely massacred the CMake File: This is my main cmake file: ...
TVSuchty's user avatar
  • 605
3 votes
0 answers
682 views

I am starting up a project with some people, because there will be developed for and on multiple platforms we chose to use CMake to build our project. Because the project will get quite large we are ...
Rick Nijhuis's user avatar
1 vote
1 answer
361 views

I would like some feedback on a CMakeLists.txt file I created for compiling my project. I have pasted the CMakeLists as well as my source code below. One thing I would specifically appreciate feedback ...
Faraz's user avatar
  • 533

15 30 50 per page