36 lines
574 B
Plaintext
36 lines
574 B
Plaintext
====================================
|
|
Command invocation with one argument
|
|
====================================
|
|
|
|
message(STATUS)
|
|
|
|
---
|
|
|
|
(source_file
|
|
(command_invocation
|
|
(identifier)
|
|
(arguments
|
|
(argument (unquoted_argument))
|
|
)
|
|
)
|
|
)
|
|
|
|
=====================================
|
|
Command invocation with two arguments
|
|
=====================================
|
|
|
|
message(STATUS Hello)
|
|
|
|
---
|
|
|
|
(source_file
|
|
(command_invocation
|
|
(identifier)
|
|
(arguments
|
|
(argument (unquoted_argument))
|
|
(seperation (space))
|
|
(argument (unquoted_argument))
|
|
)
|
|
)
|
|
)
|