Facebook
From Edgy Penguin, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 108
  1. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList> cmake .
  2. -- Building for: Visual Studio 16 2019
  3. -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
  4. -- The C compiler identification is MSVC 19.23.28107.0
  5. -- The CXX compiler identification is MSVC 19.23.28107.0
  6. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe
  7. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe - works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe
  13. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe - works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- Configuring done
  19. -- Generating done
  20. -- Build files have been written to: C:/Users/Admin/Desktop/Nauka Programowania i GameDev/ToDoList/TodoList/ToDoList/ToDoList
  21. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList> make
  22. make: *** No targets specified and no makefile found.  Stop.
  23. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList> MinGw32-make
  24. mingw32-make: *** No targets specified and no makefile found.  Stop.
  25. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList> ls
  26.  
  27.  
  28.     Directory: C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList
  29.  
  30.  
  31. Mode                LastWriteTime         Length Name
  32. ----                -------------         ------ ----
  33. d-----       13.04.2020     00:40                CMakeFiles
  34. -a----       13.04.2020     00:32          42109 ALL_BUILD.vcxproj
  35. -a----       11.04.2020     21:14            343 ALL_BUILD.vcxproj.filters
  36. -a----       13.04.2020     00:40          13864 CMakeCache.txt
  37. -a----       13.04.2020     00:32            146 CMakeLists.txt
  38. -a----       13.04.2020     00:32           1555 cmake_install.cmake
  39. -a----       12.04.2020     20:54          29551 Program.vcxproj
  40. -a----       11.04.2020     21:14           1217 Program.vcxproj.filters
  41. -a----       07.04.2020     23:21            881 Task.cpp
  42. -a----       07.04.2020     23:21            646 Task.h
  43. -a----       05.04.2020     17:10             81 test.txt
  44. -a----       07.04.2020     23:21           1374 ToDoList.cpp
  45. -a----       13.04.2020     00:28           3106 ToDoList.sln
  46. -a----       13.04.2020     00:32          52804 ToDoList.vcxproj
  47. -a----       13.04.2020     00:28           1217 ToDoList.vcxproj.filters
  48. -a----       05.04.2020     16:44            168 ToDoList.vcxproj.user
  49. -a----       12.04.2020     21:12          29797 ToDoList2.vcxproj
  50. -a----       12.04.2020     21:12           1217 ToDoList2.vcxproj.filters
  51. -a----       13.04.2020     00:32          41665 ZERO_CHECK.vcxproj
  52. -a----       11.04.2020     21:14            580 ZERO_CHECK.vcxproj.filters
  53.  
  54.  
  55. PS C:\Users\Admin\Desktop\Nauka Programowania i GameDev\ToDoList\TodoList\ToDoList\ToDoList>                            
  56.  
  57.  
  58.  
  59.