mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[ASMPP] Implement asm preprocessor
This converts ML style assembly to GAS compatible syntax
This commit is contained in:
parent
7277e26944
commit
61cc62d1b2
10 changed files with 1700 additions and 18 deletions
8
sdk/tools/asmpp/CMakeLists.txt
Normal file
8
sdk/tools/asmpp/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
list(APPEND SOURCE
|
||||
asmpp.cpp
|
||||
)
|
||||
|
||||
add_host_tool(asmpp ${SOURCE})
|
||||
target_link_libraries(asmpp PRIVATE host_includes)
|
||||
set_property(TARGET asmpp PROPERTY CXX_STANDARD 11)
|
Loading…
Add table
Add a link
Reference in a new issue