Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_subdirectory(parallel)

add_library(pingvin_core SHARED
Channel.cpp
Gadget.cpp
Message.cpp
Process.cpp
io/from_string.cpp)
Expand Down Expand Up @@ -40,12 +39,10 @@ install(FILES
Message.h
Message.hpp
MPMCChannel.h
Gadget.h
Context.h
Node.h
PureGadget.h
PropertyMixin.h
GadgetContainerMessage.h
ChannelAlgorithms.h
Process.h
DESTINATION ${PINGVIN_INSTALL_INCLUDE_PATH} COMPONENT main)
Expand Down
40 changes: 0 additions & 40 deletions core/Gadget.cpp

This file was deleted.

Loading