https://gitlab.com/Aldorn/pds-code
Tip revision: 3df45676d3235c0b37259f928853a2f08253893a authored by Max Göttlicher on 06 February 2023, 10:03:41 UTC
replaced pimpl with forward declaration
replaced pimpl with forward declaration
Tip revision: 3df4567
CMakeLists.txt
add_executable(converter converter.cpp)
target_link_libraries(converter PUBLIC mpgraphs pdslib)
enable_warnings(converter)