Relative Content

Tag Archive for c++cmake

How are file sets supposed to be used in cmake?

I want to use the new file sets feature of cmake 3.28 since it seems to simplify a lot of steps (installing, exporting). However, I can’t really wrap my head around what exactly is going on behind the scenes. Here’s my project cmake file:

CMake Include Directory Not Found

Problem Description So I am trying to build a static library with CMake, named ClockworkCanvas, and use it in a project, named FreshStart. But the compiler throws an error that it can’t find my custom header file, from a header only library named acppl. I have researched all the cmake search terms that I could […]