From 02907f699477636149321ed29e288cb583704fb0 Mon Sep 17 00:00:00 2001 From: Jonathan Giroux Date: Sun, 3 Jan 2016 12:31:29 +0100 Subject: [PATCH] Change library name --- Readme.md | 2 +- include/architect.hpp | 2 +- premake5.lua | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5614c12..4e20093 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/include/architect.hpp b/include/architect.hpp index ce49449..369ac10 100644 --- a/include/architect.hpp +++ b/include/architect.hpp @@ -1,5 +1,5 @@ /* - * architect.cpp v1.0.0 + * architect.cpp v1.0.1 * * Copyright (c) 2016 Jonathan Giroux "Bloutiouf" * MIT License diff --git a/premake5.lua b/premake5.lua index 775a679..d7d3045 100644 --- a/premake5.lua +++ b/premake5.lua @@ -62,6 +62,7 @@ project "library" location "build" kind "StaticLib" rtti "Off" + targetname "architect" project "cli" files {