From 85a30e91fb366dda35ca3706bba98de3fe5dc0f1 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 11 Jun 2009 17:39:36 +0000 Subject: [PATCH] Moving wesley to chaiscript --- CMakeLists.txt | 2 +- {wesley => chaiscript}/CMakeLists.txt | 0 {wesley => chaiscript}/main.cpp | 0 {wesley => chaiscript}/wesley.hpp | 0 {wesley => chaiscript}/wesley_engine.hpp | 0 {wesley => chaiscript}/wesley_eval.hpp | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename {wesley => chaiscript}/CMakeLists.txt (100%) rename {wesley => chaiscript}/main.cpp (100%) rename {wesley => chaiscript}/wesley.hpp (100%) rename {wesley => chaiscript}/wesley_engine.hpp (100%) rename {wesley => chaiscript}/wesley_eval.hpp (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cfec3ec..960fd271 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,5 +12,5 @@ include_directories(dispatchkit langkit) add_subdirectory(langkit bin) add_subdirectory(dispatchkit bin) -add_subdirectory(wesley bin) +add_subdirectory(chaiscript bin) diff --git a/wesley/CMakeLists.txt b/chaiscript/CMakeLists.txt similarity index 100% rename from wesley/CMakeLists.txt rename to chaiscript/CMakeLists.txt diff --git a/wesley/main.cpp b/chaiscript/main.cpp similarity index 100% rename from wesley/main.cpp rename to chaiscript/main.cpp diff --git a/wesley/wesley.hpp b/chaiscript/wesley.hpp similarity index 100% rename from wesley/wesley.hpp rename to chaiscript/wesley.hpp diff --git a/wesley/wesley_engine.hpp b/chaiscript/wesley_engine.hpp similarity index 100% rename from wesley/wesley_engine.hpp rename to chaiscript/wesley_engine.hpp diff --git a/wesley/wesley_eval.hpp b/chaiscript/wesley_eval.hpp similarity index 100% rename from wesley/wesley_eval.hpp rename to chaiscript/wesley_eval.hpp