Skip to content

Commit

Permalink
adds proj files
Browse files Browse the repository at this point in the history
  • Loading branch information
ncs1 committed Sep 23, 2020
1 parent 50fe38d commit 9face8b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions aixlog.cflags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-std=c17
2 changes: 2 additions & 0 deletions aixlog.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Add predefined macros for your project here. For example:
// #define THE_ANSWER 42
1 change: 1 addition & 0 deletions aixlog.creator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[General]
1 change: 1 addition & 0 deletions aixlog.cxxflags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-std=c++17
6 changes: 6 additions & 0 deletions aixlog.files
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CMakeLists.txt
LICENSE
README.md
aixlog_example.cpp
build_android.sh
include/aixlog.hpp
1 change: 1 addition & 0 deletions aixlog.includes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include/

0 comments on commit 9face8b

Please sign in to comment.