Guest User

Untitled

a guest
Jan 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. # CMakeList.txt : CMake project for CMakeProject1, include source and define
  2. # project specific logic here.
  3. #
  4. cmake_minimum_required (VERSION 3.8)
  5.  
  6. # Add source to this project's executable.
  7. add_executable (CMakeProject1 "CMakeProject1.cpp" "CMakeProject1.h")
  8.  
  9. # TODO: Add tests and install targets if needed.
  10.  
  11. 1>------ Deploy started: Project: CMakeProject1, Configuration: Debug Win32
  12. ------
  13. 1>Error: Unable to deploy local file 'CMakeProject1DebugZERO_CHECK' (remote file path 'C:Temremote-debugZERO_CHECK')
  14. 1>Error: Unable to deploy local file 'CMakeProject1DebugZERO_CHECK' (remote file path 'C:Temremote-debugZERO_CHECK')
  15. ========== Build: 0 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
  16. ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
Add Comment
Please, Sign In to add comment