Skip to content

Commit

Permalink
Remove old codegen #1157
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jun 6, 2017
1 parent c87bfbd commit 3dc03bb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 53 deletions.
6 changes: 0 additions & 6 deletions external_plugins/CMakeLists.txt
@@ -1,16 +1,10 @@

# for each subdirectory containing a CMakeLists.txt, add that subdirectory
set( ENV{STEEMIT_EXTERNAL_PLUGINS} "" )
file( GLOB children RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * )
foreach( child ${children} )
if( IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${child}" )
if( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${child}/CMakeLists.txt" )
add_subdirectory( "${child}" )
set( ENV{STEEMIT_EXTERNAL_PLUGINS} $ENV{STEEMIT_EXTERNAL_PLUGINS} ${child} )
endif()
endif()
endforeach()

# add_subdirectory( hello_api )
# add_subdirectory( hello_arguments )
# add_subdirectory( hello_objects )
1 change: 0 additions & 1 deletion libraries/manifest/external_plugins.cpp

This file was deleted.

1 change: 0 additions & 1 deletion libraries/manifest/internal_plugins.cpp

This file was deleted.

43 changes: 0 additions & 43 deletions libraries/manifest/mf_plugins.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions libraries/plugins/CMakeLists.txt
@@ -1,12 +1,10 @@

# for each subdirectory containing a CMakeLists.txt, add that subdirectory
set( ENV{STEEMIT_INTERNAL_PLUGINS} "" )
file( GLOB children RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * )
foreach( child ${children} )
if( IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${child}" )
if( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${child}/CMakeLists.txt" )
add_subdirectory( "${child}" )
set( ENV{STEEMIT_INTERNAL_PLUGINS} "$ENV{STEEMIT_INTERNAL_PLUGINS};${child}" )
endif()
endif()
endforeach()

0 comments on commit 3dc03bb

Please sign in to comment.