reading multi port files (PR#2) (#31)

* works, not tested well on multi columns


---------

Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
This commit is contained in:
Bechir Braham
2024-03-26 17:53:11 +01:00
committed by GitHub
parent e280742a6c
commit 937acd1138
11 changed files with 208 additions and 66 deletions

View File

@ -1,5 +1,4 @@
set(EXAMPLE_LIST "json_example;logger_example;numpy_example")
set(EXAMPLE_LIST "json_example;logger_example;numpy_example;multiport_example")
foreach(example ${EXAMPLE_LIST})
add_executable(${example} ${example}.cpp)
target_link_libraries(${example} PUBLIC aare PRIVATE aare_compiler_flags)