From 81465e1eec5f469f5e95649c50d0cc0e3f68d79e Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Fri, 11 Oct 2019 16:30:11 +0300 Subject: Add CMake support (#66) * Add CMake support * Remove unused 'tr()' * Add option to specify a class for inheritance * Use modern syntax * Rework CMakeLists.txt Thanks to @akallabeth * Add CMake build rules for examples --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3adfcc5..ad39075 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /examples/basic/basic /examples/calculator/calculator /examples/sending_arguments/sending_arguments +CMakeLists.txt.user -- cgit v1.2.1