DORSETRIGS
Home

header-only (2 post)


posts by category not found!

CMake: target_include_directories() prints an error when I try to add the source directory itself, or one of its subdirectories

C Make Why target include directories Fails with Source Directories C Make is a powerful tool for managing build processes but it can sometimes throw confusing

2 min read 07-10-2024 24
CMake: target_include_directories() prints an error when I try to add the source directory itself, or one of its subdirectories
CMake: target_include_directories() prints an error when I try to add the source directory itself, or one of its subdirectories

CMAKE header only project needs to compile with lower cpp standard

Building a C Make Header Only Project with a Lower C Standard When working with C Make its not uncommon to face the need to adjust the C standard used for compi

2 min read 21-09-2024 45
CMAKE header only project needs to compile with lower cpp standard
CMAKE header only project needs to compile with lower cpp standard