This is in my CMakeLists.txt:
CMakeLists.txt
cmake_minimum_required(VERSION 3.1.0) project(myProject) set(EXECUTABLE_OUTPUT_PATH ./bin/${CMAKE_BUILD_TYPE}) f