Skip to content

SYaoJun/CMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMakeTutorial

  • A useful tutorial for CMake

Syllabus

  • add_executable()
  • add_library()
  • target_link_libraries()
  • target_include_directories()
  • add_subdirectory()
  • find_package()
  • target_compile_definitions()
  • target_compile_options()
  • add_dependencies()
  • add_custom_target()
  • add_custom_command()
  • execute_process()
  • configure_file()