diff options
author | Hennadii Chernyshchyk <genaloner@gmail.com> | 2019-10-11 16:30:11 +0300 |
---|---|---|
committer | Itay Grudev <itay+89bf5c@grudev.com> | 2019-10-11 16:30:11 +0300 |
commit | 81465e1eec5f469f5e95649c50d0cc0e3f68d79e (patch) | |
tree | 8731cf63c72afe497c267a1b36819f51a779cfdf /.gitignore | |
parent | Fix compilation warning/error (#74) (diff) | |
download | singleapplication-81465e1eec5f469f5e95649c50d0cc0e3f68d79e.tar.xz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ /examples/basic/basic /examples/calculator/calculator /examples/sending_arguments/sending_arguments +CMakeLists.txt.user |