Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-06-28 15:44:11 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-28 15:44:11 +0400
commitcd144c3cfdc568278700484a4083a7b084d47dee (patch)
treef9097ebd3d62e5ec92a579af72fc774ea851146b /build
parentb2b12a6367bbaac77f5e54315fb9b8cbb2bee67d (diff)
Added a simple example and a diagram showing the process.
Diffstat (limited to 'build')
-rw-r--r--build/premake4.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/premake4.lua b/build/premake4.lua
index b4fdf8db..28a71385 100644
--- a/build/premake4.lua
+++ b/build/premake4.lua
@@ -176,3 +176,8 @@ solution "example"
kind "ConsoleApp"
files "../example/serialize/*"
setTargetObjDir("../bin")
+
+ project "simpledom"
+ kind "ConsoleApp"
+ files "../example/simpledom/*"
+ setTargetObjDir("../bin")