python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CMake GCC can't find curl struct in included header file
I'm trying to create a library with CMake that uses libcurl but GCC is consistently failing to find certain structs and defines even though they were included. I have curl, libssl-dev, and libcurl4-op...

ImTheSquid
Votes: 0
Answers: 1
In CMake, is it possible to add unknown generated source file to target in build time?
In the below minimal example, if I know the name of the generated source file in advance (test1.txt), I could do the below
cmake_minimum_required(VERSION 3.20)
project(example)
add_executable(example ...
user3667089
Votes: 0
Answers: 1
Append bin folder to PATH environement variable after installation
I have done a C++ program for Windows and an NSIS installer using CPack.
I want that after the installation, the user can call my program from the terminal without giving the whole path of the exe.
So...
Maxime Charrière
Votes: 0
Answers: 1
conan built C++ program suddenly not linking
I am writing a project in C++ and utilizing conan + cmake to manage the dependencies.. I just now started looking to upgrade to latest versions of my client and thrift dependency (v0.13 to v0.15) but ...

Erik
Votes: 0
Answers: 1