hnkr / CMake_Basics

cmake examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake

Used to

  • Generate Makefile by writing scripts
  • Provide compiler-independent build process

Requirements

  • CMake
  • GNU Make
    • minimum version required: 4.1

Projects

  • create_&_use_library:
    • creates a library and then use it in main / app.
  • import_and_use_library:
    • Imports libmylib.a library ,that will be created by the 1st example, and uses it in main / app.

About

cmake examples


Languages

Language:C++ 33.7%Language:C 23.4%Language:Makefile 22.4%Language:CMake 20.5%