You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add command-line argument to prevent the generation of CMakeLists.txt (#222)
The command-line argument, '-suppresscmake', doesn't generate CMakeLists.txt file for C++ implementation. It only takes effect if '-suppressstub' argument is not set.
Co-authored-by: gangatp <[email protected]>
fmt.Fprintln(os.Stdout, " -suppressinterfaces: do not generate the contents of the interfaces-folder")
579
579
fmt.Fprintln(os.Stdout, " -suppresssubcomponents: do not generate any files for subcomponents")
580
580
fmt.Fprintln(os.Stdout, " -suppressexamples: do not generate any examples")
581
+
fmt.Fprintln(os.Stdout, " -suppresscmake: do not generate CMakeLists.txt file for C++ implementation. It only takes effect if -suppressstub argument is not set.")
581
582
fmt.Fprintln(os.Stdout, " ")
582
583
fmt.Fprintln(os.Stdout, "Tutorials, info and source-code on: https://github.com/Autodesk/AutomaticComponentToolkit/ .")
0 commit comments