Skip to content

Instantly share code, notes, and snippets.

View MartinDelille's full-sized avatar
🗿
Got into modular

Martin Delille MartinDelille

🗿
Got into modular
View GitHub Profile
@MartinDelille
MartinDelille / qtyaml.h
Created April 24, 2020 10:13 — forked from brcha/qtyaml.h
Qt Yaml support using yaml-cpp library
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 2.0
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* ***** END LICENSE BLOCK ***** */
/*
# constants
COMPILER = "g++"
EXEC = "hello"
FLAGS = "-Wall -Wextra"
OBJECTS = ['hello.o', 'add.o']
file 'hello' => OBJECTS
# tasks