feat(network): started adding GraphNetwork
GraphNetwork is intended to be a more general, reaclib based, network when compared to approx8 (which is also approx8 based but limited to a specific composition)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
# Define the library
|
||||
network_sources = files(
|
||||
'private/network.cpp',
|
||||
'private/approx8.cpp'
|
||||
'private/network.cpp',
|
||||
'private/approx8.cpp',
|
||||
'private/netgraph.cpp'
|
||||
)
|
||||
|
||||
network_headers = files(
|
||||
'public/network.h',
|
||||
'public/approx8.h'
|
||||
'public/approx8.h',
|
||||
'public/netgraph.h',
|
||||
)
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user