Skip to content

Instantly share code, notes, and snippets.

View arizenelm's full-sized avatar

arizenelm

View GitHub Profile
@FlorianWolters
FlorianWolters / CMakeLists.txt
Last active March 2, 2026 01:50
Add Boost C++ Libraries as a dependency with plain CMake
# Copyright (c) 2014-2023 Florian Wolters
# MIT License
cmake_minimum_required(VERSION 3.26.3)
project(
"hello_boost_with_cmake"
VERSION 2.0.0
LANGUAGES CXX)