From 4c08855f64a6049bc0a7d12da5a6e95cf75094f6 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 11 Jun 2009 17:41:58 +0000 Subject: [PATCH] Next step in moving wesley to chaiscript --- chaiscript/CMakeLists.txt | 5 ++--- chaiscript/{wesley.hpp => chaiscript.hpp} | 0 chaiscript/{wesley_engine.hpp => chaiscript_engine.hpp} | 0 chaiscript/{wesley_eval.hpp => chaiscript_eval.hpp} | 0 4 files changed, 2 insertions(+), 3 deletions(-) rename chaiscript/{wesley.hpp => chaiscript.hpp} (100%) rename chaiscript/{wesley_engine.hpp => chaiscript_engine.hpp} (100%) rename chaiscript/{wesley_eval.hpp => chaiscript_eval.hpp} (100%) diff --git a/chaiscript/CMakeLists.txt b/chaiscript/CMakeLists.txt index d7382c68..5c9d9636 100644 --- a/chaiscript/CMakeLists.txt +++ b/chaiscript/CMakeLists.txt @@ -12,9 +12,8 @@ if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS}) include_directories(../langkit ../dispatchkit) - add_executable(wesley_test main.cpp) - - target_link_libraries(wesley_test ${Boost_LIBRARIES}) + add_executable(chaiscript_test main.cpp) + target_link_libraries(chaiscript_test ${Boost_LIBRARIES}) endif() diff --git a/chaiscript/wesley.hpp b/chaiscript/chaiscript.hpp similarity index 100% rename from chaiscript/wesley.hpp rename to chaiscript/chaiscript.hpp diff --git a/chaiscript/wesley_engine.hpp b/chaiscript/chaiscript_engine.hpp similarity index 100% rename from chaiscript/wesley_engine.hpp rename to chaiscript/chaiscript_engine.hpp diff --git a/chaiscript/wesley_eval.hpp b/chaiscript/chaiscript_eval.hpp similarity index 100% rename from chaiscript/wesley_eval.hpp rename to chaiscript/chaiscript_eval.hpp