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