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