2021-10-13 02:19:43 -04:00
|
|
|
===================================================
|
|
|
|
add_custom_target without new line [function_calls]
|
|
|
|
===================================================
|
|
|
|
|
|
|
|
add_custom_target(OUTPUT somefile)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
2023-06-28 10:33:56 -04:00
|
|
|
(normal_command
|
|
|
|
(identifier)
|
|
|
|
(argument_list
|
|
|
|
(argument (unquoted_argument))
|
|
|
|
(argument (unquoted_argument))
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2021-10-13 02:19:43 -04:00
|
|
|
|
|
|
|
================================================
|
|
|
|
add_custom_target with new line [function_calls]
|
|
|
|
================================================
|
|
|
|
|
|
|
|
add_custom_target(
|
|
|
|
OUTPUT somefile)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
(source_file
|
2023-06-28 10:33:56 -04:00
|
|
|
(normal_command
|
|
|
|
(identifier)
|
|
|
|
(argument_list
|
|
|
|
(argument (unquoted_argument))
|
|
|
|
(argument (unquoted_argument))
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|