Move demangle impl to cpp

This commit is contained in:
Kelebek1 2023-01-14 05:12:41 +00:00
parent 90f546cba4
commit a665621670
3 changed files with 36 additions and 23 deletions

View file

@ -38,6 +38,7 @@ add_library(common STATIC
common_precompiled_headers.h
common_types.h
concepts.h
demangle.cpp
demangle.h
div_ceil.h
dynamic_library.cpp