mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:23:32 +00:00
[CPPRT]
- Apply VS asm file hack. Spotted by Dominik Hornung svn path=/trunk/; revision=59293
This commit is contained in:
parent
bb905b4468
commit
54332ae012
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
|
||||
set_cpp(WITH_EXCEPTIONS)
|
||||
|
||||
add_library(cpprt ehvec.cpp typeinfo.cpp i386/cpprt.s)
|
||||
list(APPEND SOURCE
|
||||
ehvec.cpp
|
||||
typeinfo.cpp)
|
||||
|
||||
add_asm_files(cpprt_asm i386/cpprt.s)
|
||||
add_library(cpprt ${SOURCE} ${cpprt_asm})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue