mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:12:58 +00:00
[CPPRT] Add cpprt for GCC, tool
- Link it to libsup++ - Add __cxa_pure_virtual
This commit is contained in:
parent
ea87f9102b
commit
81b8d07acd
4 changed files with 36 additions and 14 deletions
|
@ -13,9 +13,9 @@ add_subdirectory(conutils)
|
|||
add_subdirectory(cportlib)
|
||||
add_subdirectory(crt)
|
||||
add_subdirectory(cryptlib)
|
||||
add_subdirectory(cpprt)
|
||||
|
||||
if(MSVC)
|
||||
add_subdirectory(cpprt)
|
||||
add_subdirectory(RunTmChk)
|
||||
else()
|
||||
add_subdirectory(gcc-compat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue