CMake 변수1 [CMake] Variable (변수) References Professional CMake : A Practical Guide Contents Variables Basics Environment Variables Cache Variables (by using set, option, and Command Line) Debugging Varables and Diagnositics 이번 글에서 CMake의 기초적인 부분 중 하나인 변수 사용에 대해서 알아보겠습니다. Variable Basics CMake에서 변수를 정의하는 가장 기본적인 방법은 set() 명령어를 사용하는 것입니다. 변수는 다음과 같이 CMakeLists.txt 파일에 정의할 수 있습니다. varName은 변수의 이름입니다. 이 이름은 영문자나 숫자, '_'(underscore).. 2021. 10. 29. 이전 1 다음