From c990770ecf3b2d841b1ed9003de08701b02ae021 2012-03-06 11:47:00 From: Jan Kaluza Date: 2012-03-06 11:47:00 Subject: [PATCH] renamed plugin/src to plugin/cpp --- diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index 4b7537b554d723abc731b10f483f955a82e47103..6df164093ced3e04876fe3f886ba274ae80ea4cd 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -1 +1 @@ -ADD_SUBDIRECTORY(src) +ADD_SUBDIRECTORY(cpp) diff --git a/plugin/src/CMakeLists.txt b/plugin/cpp/CMakeLists.txt similarity index 100% rename from plugin/src/CMakeLists.txt rename to plugin/cpp/CMakeLists.txt diff --git a/plugin/src/networkplugin.cpp b/plugin/cpp/networkplugin.cpp similarity index 100% rename from plugin/src/networkplugin.cpp rename to plugin/cpp/networkplugin.cpp