1
我希望能夠爲cmake腳本中的最終用戶提供有關構建(例如構建標誌等)的幫助信息。類似於在cmake腳本中提供幫助信息
cmake -G "Visual Studio 2010 Win64" projectpath --help
Configures the Foo project.
Sytnax:
cmake -G "Visual Studio 2010 Win64" projectpath --help [options]
where options are
-DNOTEST=1 disables test code
(ect)
是否有任何內置的方式來做到這一點?
我明白了。快速qeustion,你仍然使用-DNOTEST語法的選項? – IdeaHat
是的,-DVAR = VAL語法仍然設置選項。 – jhauris