CMake does not produce .exe file
问题 I have built a CERN's ROOT script which based on c++ and i write(edit an example) CMakeList.txt. I am so rokie at CMake btw. When I command to compile with cmake .. , it done correctly -i think- with no errors. But .exe file what i want to produce does not appear. My directory orders /Project ../TLV.cpp ../CMakeLists.txt ../build There is my CMakeLists.txt cmake_minimum_required(VERSION 2.8) project(TLV) #Set CXX flags to compile with c++11 and error warnings quiet set(CMAKE_CXX_FLAGS "-O3