benclockworks / onboarding-lab-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab1 questions:

  • The paths used by target_sources and target_include_directories are relative, not absolute. The folder they are in refference to is the same folder that has the CMakeLists.txt file that you are using.

  • CMake makes the build files but, ninja creates the executable

  • Its important to run the cmake files in its own directory so that the generated files don’t pollute our source code folder.

About


Languages

Language:C++ 38.7%Language:C 38.5%Language:CMake 16.3%Language:Makefile 6.4%