//CmakeLists.txt cmake_minimum_required (VERSION 2.6) project (HelloWorld) add_executable (HelloWorld HelloWorld.cpp) //HelloWorld.cpp #include u