add_executable(rdricpp-exec main.cpp) target_compile_features(rdricpp PRIVATE cxx_std_23) target_link_libraries(rdricpp-exec PRIVATE rdricpp)