Skip to content

Commit

Permalink
Change library name
Browse files Browse the repository at this point in the history
  • Loading branch information
KoltesDigital committed Jan 3, 2016
1 parent 7b3dcbe commit 02907f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Several formats are supported: they are in the corresponding sub-namespaces of `
* `dot`: displays in [DOT](http://www.graphviz.org/)
* `json`: parses and displays in [JSON](http://json.org/)

Each of these formats can be opted out by editing `premake5.lua`.
Each of these formats can be opted out for building the library by editing `premake5.lua`. When using the library, you need to define the corresponding constants to access the namespace definitions.

## Provided dependencies

Expand Down
2 changes: 1 addition & 1 deletion include/architect.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* architect.cpp v1.0.0
* architect.cpp v1.0.1
* <https://github.com/Bloutiouf/architect.cpp>
* Copyright (c) 2016 Jonathan Giroux "Bloutiouf"
* MIT License <https://opensource.org/licenses/MIT>
Expand Down
1 change: 1 addition & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ project "library"
location "build"
kind "StaticLib"
rtti "Off"
targetname "architect"

project "cli"
files {
Expand Down

0 comments on commit 02907f6

Please sign in to comment.