1
0
forked from Alepha/Alepha

Add named comparator support.

This commit is contained in:
2024-07-12 14:55:03 -04:00
parent 0e970762e4
commit db1b0edff3
4 changed files with 109 additions and 0 deletions

View File

@ -5,3 +5,4 @@ target_sources( alepha PRIVATE
add_subdirectory( derived_pointer_cast.test )
add_subdirectory( print_number.test )
add_subdirectory( NamedOperator.test )
add_subdirectory( NamedComparator.test )