diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index 4b7537b554d723abc731b10f483f955a82e47103..798bc96f902363d40fd94e2e8f0d2892cdeae4e5 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -1 +1,2 @@ -ADD_SUBDIRECTORY(src) +ADD_SUBDIRECTORY(cpp) +ADD_SUBDIRECTORY(python)