https://gitlab.com/Aldorn/pds-code
Tip revision: c7bbaa279bdeb6124b591020b1d7577391139bf5 authored by Max Göttlicher on 24 November 2022, 12:34:21 UTC
fixed more gcc errors and warnings
fixed more gcc errors and warnings
Tip revision: c7bbaa2
CMakeLists.txt
add_executable(converter converter.cpp)
target_link_libraries(converter PUBLIC mpgraphs pdslib)
enable_warnings(converter)