Skip to content

Latest commit

 

History

History

example-01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Introduce basic CMake commands to successfully compile a project. How to work with dependencies

Commands discussed:

  • project
  • cmake_minimum_required
  • message
  • set
  • option
  • if
  • add_executable
  • find_package
  • target_link_libraries
  • target_sources