Skip to content

Instantly share code, notes, and snippets.

View mpusz's full-sized avatar

Mateusz Pusz mpusz

View GitHub Profile
@mpusz
mpusz / CMakeLists.txt
Created October 26, 2021 08:06
CMAKE_USER_MAKE_RULES_OVERRIDE
cmake_minimum_required(...)
set(CMAKE_USER_MAKE_RULES_OVERRIDE "cmake/init_flags.cmake")
project(...)