ddl_ar tool to work with ddls

This commit is contained in:
Ondřej Novák 2025-03-23 13:52:26 +01:00
parent 3eb73c4ad1
commit 054cc48e15
5 changed files with 183 additions and 0 deletions

3
tools/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
add_executable(ddl_ar ddl_ar.cpp ddl_ar_class.cpp)
set_property(TARGET ddl_ar PROPERTY CXX_STANDARD 20)