13 Şubat 2019 Çarşamba

How to Use CMake /CMakeLists.txt

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * Download CMake (sudo apt-get install cmake)
* Edit CMakeList.txt
     cmake_minimum_required(VERSION 3.10.2)
     project (hello)
     add_executable(hello hello.cpp)

                                                                                                                                                                                                                                              * Run   command ( cmake . )
*Run Command (make)



Share: