From 0e137b5969f73a980827058e724bcdd00a2e0802 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Wed, 2 Sep 2009 02:21:23 -0300 Subject: renamed PolymorphicData class to OverloadData, this should represent correctly the class' function; other relative renamings were also performed --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 319fd954d..b8e5c7901 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,11 +18,11 @@ set(shiboken_VERSION 0.1) set(CMAKE_BUILD_TYPE Debug) set(shiboken_SRC -shibokengenerator.cpp -headergenerator.cpp cppgenerator.cpp -polymorphicdata.cpp +headergenerator.cpp +overloaddata.cpp shiboken.cpp +shibokengenerator.cpp ) include_directories(${CMAKE_CURRENT_SOURCE_DIR} -- cgit v1.2.3