最終更新:2018-08-17 (金) 18:03:39 (2077d)  

CMake/コマンド
Top / CMake / コマンド

https://cmake.org/cmake/help/latest/manual/cmake-commands.7.html

基本

Scripting Commands

  • These commands are always available.

Project Commands

  • These commands are available only in CMake projects.

CTest Commands

  • These commands are available only in CTest scripts.
  • ctest_build?
  • ctest_configure?
  • ctest_coverage?
  • ctest_empty_binary_directory?
  • ctest_memcheck?
  • ctest_read_custom_files?
  • ctest_run_script?
  • ctest_sleep?
  • ctest_start?
  • ctest_submit?
  • ctest_test?
  • ctest_update?
  • ctest_upload?

Deprecated Commands

  • These commands are available only for compatibility with older versions of CMake. Do not use them in new code.
  • build_name?
  • exec_program?
  • export_library_dependencies?
  • install_files?
  • install_programs?
  • install_targets?
  • load_command?
  • make_directory?
  • output_required_files?
  • remove?
  • subdir_depends?
  • subdirs?
  • use_mangled_mesa?
  • utility_source?
  • variable_requires?
  • write_file?

関連