Top "Cmake" questions

CMake is a cross-platform, open-source build system generator.

How to copy DLL files into the same folder as the executable using CMake?

We use CMake for generating the Visual Studio files of our sources in our SVN. Now my tool requires some …

dll cmake
How do I configure portable parallel builds in CMake?

Is it somehow possible to be able to have a parallel build no matter which build tool is used? Under …

cmake parallel-builds
How exactly does CMake work?

I'm not asking this for just myself. I hope this question will be a reference for the many newbies who …

cmake
cmake not working, could not exec qmake

I am using Ubuntu 14.04. I'm trying to install a program which requires cmake. When I run cmake src/ I get: …

cmake qmake
CMake linking error (undefined reference to)

I am working with the SSL-Vision software. It has an example client that I've been trying to separate from the …

cmake linker-errors robocup
cmake variable scope, add_subdirectory

I have a CMakeLists.txt in my project root and one in my /src folder. The one in the /src …

scope cmake
cmake does not find qt 5.1.1

I just installed the Qt 5.1.1 for Windows 32-bit (MinGW 4.8, OpenGL) and tried to add it to my cmake. But CMake …

c++ qt cmake qt5 qtwidgets
Optimize in CMake by default

I have a C++ project which uses CMake as its build system. I'd like the following behavior: If cmake is …

c++ cmake compiler-optimization
How to specify a compiler in CMake?

I would like to use the IAR compiler. I noticed CMake has already have a bunch of files about this …

cmake iar
CMake - Creating a static library

I have two files in my project called Test4: Structure.h Structure.c I want to create a static library …

c++ c build cmake clion