Skip to content

Commit

Permalink
Merge pull request #19 from hideakitai/feature/use-dependency-and-rem…
Browse files Browse the repository at this point in the history
…ove-dependent-libraries

Feature: use dependency and remove dependent libraries
  • Loading branch information
hideakitai authored Feb 4, 2024
2 parents d0bd1ee + 4f11cd9 commit 6759489
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 2,366 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ jobs:
- examples/options
libraries: |
- source-path: ./
- name: ArxContainer
- name: ArxTypeTraits
verbose: true
4 changes: 2 additions & 2 deletions DebugLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <string.h>
#endif

#include "DebugLog/util/ArxTypeTraits/ArxTypeTraits.h"
#include "DebugLog/util/ArxContainer/ArxContainer.h"
#include <ArxTypeTraits.h>
#include <ArxContainer.h>
#include "DebugLog/Types.h"
#include "DebugLog/Manager.h"

Expand Down
Loading

0 comments on commit 6759489

Please sign in to comment.