mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
9 lines
171 B
CMake
9 lines
171 B
CMake
|
|
||
|
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)
|