본문 바로가기

수학

CMake란?

CMake는 멀티플랫폼을 지원하는 컴파일러에 독립되어 빌드 자동화, 패키징,테스팅 환경을 자동으로 생성해주기 때문에 흔히 사용되는 오픈소스 개발도구다. 

 

CMake 다운로드 주소 https://cmake.org/download/

 

Download CMake

You can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through Git. This software may not be exported in violation of any U.S. export laws or regulatio

cmake.org

 

자신의 운영체제에 맞는 인스톨러 파일을 내려받고 설치를 진행한다.