forked from Alepha/Alepha
This might make writing some kinds of tests which need lots of string data easier (convert large numbers to larger strings). Merges branch 'number-print' Conflicts: Utility/CMakeLists.txt
7 lines
136 B
CMake
7 lines
136 B
CMake
target_sources( alepha PRIVATE
|
|
fancyTypeName.cc
|
|
)
|
|
|
|
add_subdirectory( derived_pointer_cast.test )
|
|
add_subdirectory( print_number.test )
|